1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "groups": [
| {
| "name": "blade.token",
| "type": "com.qianwen.core.jwt.props.JwtProperties",
| "sourceType": "com.qianwen.core.jwt.props.JwtProperties"
| }
| ],
| "properties": [
| {
| "name": "blade.token.sign-key",
| "type": "java.lang.String",
| "description": "token签名",
| "sourceType": "com.qianwen.core.jwt.props.JwtProperties"
| },
| {
| "name": "blade.token.single",
| "type": "java.lang.Boolean",
| "description": "是否只可同时在线一人",
| "sourceType": "com.qianwen.core.jwt.props.JwtProperties",
| "defaultValue": false
| },
| {
| "name": "blade.token.state",
| "type": "java.lang.Boolean",
| "description": "token是否有状态",
| "sourceType": "com.qianwen.core.jwt.props.JwtProperties",
| "defaultValue": false
| }
| ],
| "hints": []
| }
|
|