| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "groups": [
- {
- "name": "aliyun",
- "type": "com.seecoder.config.property.AliProperties",
- "sourceType": "com.seecoder.config.property.AliProperties"
- },
- {
- "name": "aliyun.profile",
- "type": "com.seecoder.config.property.AliProperties$Profile",
- "sourceType": "com.seecoder.config.property.AliProperties"
- },
- {
- "name": "unified",
- "type": "com.seecoder.config.property.ApplicationProperties",
- "sourceType": "com.seecoder.config.property.ApplicationProperties"
- },
- {
- "name": "unified.k8s",
- "type": "com.seecoder.config.property.ApplicationProperties$K8s",
- "sourceType": "com.seecoder.config.property.ApplicationProperties"
- },
- {
- "name": "unified.local-storage",
- "type": "com.seecoder.config.property.ApplicationProperties$LocalStorage",
- "sourceType": "com.seecoder.config.property.ApplicationProperties"
- },
- {
- "name": "unified.oss-storage",
- "type": "com.seecoder.config.property.ApplicationProperties$OssStorage",
- "sourceType": "com.seecoder.config.property.ApplicationProperties"
- }
- ],
- "properties": [
- {
- "name": "aliyun.profile.access-key-id",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.access-key-secret",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.region-id",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.sign-name",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.sys-domain",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.sys-version",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "aliyun.profile.template-code",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.AliProperties$Profile"
- },
- {
- "name": "unified.deploy-namespace",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.ApplicationProperties"
- },
- {
- "name": "unified.k8s.api-server",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
- },
- {
- "name": "unified.k8s.debug",
- "type": "java.lang.Boolean",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s",
- "defaultValue": true
- },
- {
- "name": "unified.k8s.image-registry",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
- },
- {
- "name": "unified.k8s.secret-name",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
- },
- {
- "name": "unified.k8s.token",
- "type": "java.lang.String",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
- },
- {
- "name": "unified.k8s.validate-s-s-l",
- "type": "java.lang.Boolean",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s",
- "defaultValue": false
- },
- {
- "name": "unified.local-storage.properties",
- "type": "java.util.Map<java.lang.String,java.lang.String>",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$LocalStorage"
- },
- {
- "name": "unified.oss-storage.properties",
- "type": "java.util.Map<java.lang.String,java.lang.String>",
- "sourceType": "com.seecoder.config.property.ApplicationProperties$OssStorage"
- }
- ],
- "hints": []
- }
|