12345678910111213141516171819202122232425262728 |
- {
- "hints": [],
- "groups": [
- {
- "sourceType": "io.platform.base.common.utils.JwtUtils",
- "name": "platform.jwt",
- "type": "io.platform.base.common.utils.JwtUtils"
- }
- ],
- "properties": [
- {
- "sourceType": "io.platform.base.common.utils.JwtUtils",
- "defaultValue": 0,
- "name": "platform.jwt.expire",
- "type": "java.lang.Long"
- },
- {
- "sourceType": "io.platform.base.common.utils.JwtUtils",
- "name": "platform.jwt.header",
- "type": "java.lang.String"
- },
- {
- "sourceType": "io.platform.base.common.utils.JwtUtils",
- "name": "platform.jwt.secret",
- "type": "java.lang.String"
- }
- ]
- }
|