|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- {
- "groups": [
- {
- "name": "alipay.open",
- "type": "com.iformall.service.pay.alipay.config.AliPayConfig",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "aws",
- "type": "com.iformall.config.AwsProperty",
- "sourceType": "com.iformall.config.AwsProperty"
- },
- {
- "name": "spring.aliyun.oss",
- "type": "com.iformall.file.aliyun.bean.AliyunOSSConfig",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.sms",
- "type": "com.iformall.sms.aliyun.bean.AliyunSMSConfig",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "wechat.open",
- "type": "com.iformall.config.WechatOpenProperties",
- "sourceType": "com.iformall.config.WechatOpenProperties"
- },
- {
- "name": "wechat.redis",
- "type": "com.iformall.config.WechatRedisProperies",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- }
- ],
- "properties": [
- {
- "name": "alipay.open.alipay-cert-path",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "alipay.open.alipay-root-cert-path",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "alipay.open.app-id",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "alipay.open.app-private-key",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "alipay.open.app-public-key-cert-path",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "alipay.open.callback",
- "type": "java.lang.String",
- "sourceType": "com.iformall.service.pay.alipay.config.AliPayConfig"
- },
- {
- "name": "aws.access",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.AwsProperty"
- },
- {
- "name": "aws.bucket-name",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.AwsProperty"
- },
- {
- "name": "aws.client-region",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.AwsProperty"
- },
- {
- "name": "aws.secret",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.AwsProperty"
- },
- {
- "name": "spring.aliyun.oss.bucketname",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.oss.endpoint",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.oss.filedomain",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.oss.filehost",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.oss.keyid",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.oss.keysecret",
- "type": "java.lang.String",
- "sourceType": "com.iformall.file.aliyun.bean.AliyunOSSConfig"
- },
- {
- "name": "spring.aliyun.sms.access-key-id",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "spring.aliyun.sms.access-key-secret",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "spring.aliyun.sms.date-format",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig",
- "defaultValue": "yyyyMMdd"
- },
- {
- "name": "spring.aliyun.sms.domain",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "spring.aliyun.sms.endpoint-name",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "spring.aliyun.sms.product",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "spring.aliyun.sms.region-id",
- "type": "java.lang.String",
- "sourceType": "com.iformall.sms.aliyun.bean.AliyunSMSConfig"
- },
- {
- "name": "wechat.open.component-aes-key",
- "type": "java.lang.String",
- "description": "设置微信三方平台的EncodingAESKey",
- "sourceType": "com.iformall.config.WechatOpenProperties"
- },
- {
- "name": "wechat.open.component-app-id",
- "type": "java.lang.String",
- "description": "设置微信三方平台的appid",
- "sourceType": "com.iformall.config.WechatOpenProperties"
- },
- {
- "name": "wechat.open.component-secret",
- "type": "java.lang.String",
- "description": "设置微信三方平台的app secret",
- "sourceType": "com.iformall.config.WechatOpenProperties"
- },
- {
- "name": "wechat.open.component-token",
- "type": "java.lang.String",
- "description": "设置微信三方平台的token",
- "sourceType": "com.iformall.config.WechatOpenProperties"
- },
- {
- "name": "wechat.redis.block-when-exhausted",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.client-name",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.connection-timeout",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.database",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies",
- "defaultValue": 1
- },
- {
- "name": "wechat.redis.eviction-policy",
- "type": "org.apache.commons.pool2.impl.EvictionPolicy<java.lang.Object>",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.eviction-policy-class-name",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.evictor-shutdown-timeout-millis",
- "type": "java.lang.Long",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.fairness",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.host",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.hostname-verifier",
- "type": "javax.net.ssl.HostnameVerifier",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.jmx-enabled",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.jmx-name-base",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.jmx-name-prefix",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.lifo",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.max-idle",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.max-total",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.max-wait-millis",
- "type": "java.lang.Long",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.min-evictable-idle-time-millis",
- "type": "java.lang.Long",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.min-idle",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.num-tests-per-eviction-run",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.password",
- "type": "java.lang.String",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.port",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.so-timeout",
- "type": "java.lang.Integer",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.soft-min-evictable-idle-time-millis",
- "type": "java.lang.Long",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.ssl",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies",
- "defaultValue": false
- },
- {
- "name": "wechat.redis.ssl-parameters",
- "type": "javax.net.ssl.SSLParameters",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.ssl-socket-factory",
- "type": "javax.net.ssl.SSLSocketFactory",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.test-on-borrow",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.test-on-create",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.test-on-return",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.test-while-idle",
- "type": "java.lang.Boolean",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- },
- {
- "name": "wechat.redis.time-between-eviction-runs-millis",
- "type": "java.lang.Long",
- "sourceType": "com.iformall.config.WechatRedisProperies"
- }
- ],
- "hints": []
- }
|