{ "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": [] }