123456789101112131415161718192021222324252627 |
- #logging:
- # config: classpath:logback-local.xml
- server:
- context-parameters: #指定环境参数
- enable: true
- minTime: -1
- maxShowParam: 1
- spring:
- sleuth:
- sampler:
- percentage: 1.0
- hystrix:
- strategy:
- enabled: false
- mybatis:
- mapperLocations: classpath*:mapper/**/*Dao.xml
- executor-type: REUSE
- saa:
- power: false
- basePackage: ins/**/po
- elk:
- log: 192.168.1.104:4560
|