123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "groups": [
- {
- "name": "cn.jiheng.auth",
- "type": "com.factory.auth.infrastructure.config.AuthenticationProperties",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
- }
- ],
- "properties": [
- {
- "name": "cn.jiheng.auth.client",
- "type": "java.lang.String",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
- "defaultValue": "APP"
- },
- {
- "name": "cn.jiheng.auth.default-nickname",
- "type": "java.lang.String",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
- },
- {
- "name": "cn.jiheng.auth.header-name",
- "type": "java.lang.String",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
- "defaultValue": "Authorization"
- },
- {
- "name": "cn.jiheng.auth.log-ignore-param-list",
- "type": "java.util.List<java.lang.String>",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
- },
- {
- "name": "cn.jiheng.auth.login-url",
- "type": "java.lang.String",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
- "defaultValue": "https:\/\/s2.jihengcc.cn\/web\/login"
- },
- {
- "name": "cn.jiheng.auth.permit-url-list",
- "type": "java.util.List<java.lang.String>",
- "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
- }
- ],
- "hints": []
- }
|