123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- server:
- tomcat:
- accesslog:
- buffered: false
- enabled: true
- pattern: '{"DateTime":"%{yyyy-MM-dd''T''HH:mm:ss.SSSZZ}t","ClientIP":"%a","Method":"%m","URI":"%U","RequestProtocol":"%H","ResponseCode":%s,
- "ResponseTime":%D,"UserAgent":"%{user-agent}i","X-Forwarded-For":"%{x-forwarded-for}r","X-User-IP":"%{X-User-IP}i","traceId":"%{x-b3-traceid}i","id":"%{x-b3-spanid}r",
- "parentId":"%{x-b3-parentspanid}i","ApplicationName":"${spring.application.name}","MG-IsCharge":%{isCharge}r,
- "MG-ChannelId":%{channelId}i,"MG-CustomBody":"%{x-requestQuery}r","MG-ResultBody":"%{resultBody}o",
- "MG-ResponseCode":%{respnoseCode}r,"MG-Upstream-ResponseCode":"%{upResponseCode}r","MG-SellingPrice":%{price}i,"req_type":"%{req_type}r","MG-ProductId":%{productId}i,"MG-UserId":%{userid}i}'
- prefix: access_${HOSTNAME}_${spring.application.name}_${server.port}
- directory: ${logging.path}
- servlet:
- context-path: /
- spring:
- cloud:
- config:
- overrideSystemProperties: true
- allowOverride: true
- overrideNone: true
- sleuth:
- sampler:
- probability: 1
- web:
- additional-skip-pattern: /api/v2/spans
- zipkin:
- base-url: http://127.0.0.1:${server.port}
- mvc:
- favicon:
- enabled: false
- #management
- management:
- endpoints:
- enabled-by-default: true
- web:
- exposure:
- include: '*'
- endpoint:
- health:
- show-details: always
- shutdown:
- enabled: true
- #logging
- logging:
- path: /data/var/jakarta/logs
- level:
- root: INFO
- red:
- microcloud: DEBUG
- config: classpath:config/logback-spring.xml
- file: ${logging.path}/catalina_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.out
- #error logging
- #sleuth logging
- rdc:
- logging:
- error-file: ${logging.path}/error_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.log
- sleuth-file: ${logging.path}/sleuth_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.log
- #eureka
- eureka:
- instance:
- prefer-ip-address: true
- instance-id: ${spring.cloud.client.ipaddress}:${server.port}
- metadata-map:
- management:
- server:
- port: ${management.server.port}
- health-check-url: http://${spring.cloud.client.ipaddress}:${management.server.port}${eureka.instance.health-check-url-path}
- health-check-url-path: /actuator/health
- client:
- serviceUrl:
- defaultZone: http://iov-sjjh-registcenter.iov-sjjh:8080/eureka
- #info
- #custom
- custom:
- url: http://jkxy.h11.site/gateway?api=credit.sec.data
- app:
- key: JIAO_KE
- secret:
- key: D78C393359BF128715C65D91C67051478A4DFC13
- api: IDCARD_2ND_V4
- yd1-api: CMCC_3RD_V1
- yd2-api: CMCC_3RD_V2
- yd3-api: CMCC_3RD_V6
- yd4-api: CMCC_3RD_V4
- yd-online-time: MOBILE_ONLINE_CHECK_V1
- yd-online-status: MOBILE_STATUS_CHECK_V1
- dianxin-api: CTCC_3RD_V2
- dx-online-time: CTCC_ONLINE_CHECK_V1
- dx-online-status: CTCC_STATUS_CHECK_V1
- liantong-api: CUCC_3RD_V1
- lt-online-time: CUCC_ONLINE_CHECK_V1
- lt-online-status: CUCC_STATUS_CHECK_V1
- yin-hang-three: BANK_3RD_V1
- yin-hang-four: BANK_4TH_V1
- sleepTime: 5000
- decode-three-element: CMCC_3RD_DECRYPT
- ctcc-detail: CTCC_3RD_DETAIL_V1
- jkxyUrl: http://jkxy.h11.site/gateway?api=credit.sec.data
- swagger:
- show: false
|