echo-server-dev.yml 444 B

123456789101112131415161718192021222324252627
  1. #logging:
  2. # config: classpath:logback-local.xml
  3. server:
  4. context-parameters: #指定环境参数
  5. enable: true
  6. minTime: -1
  7. maxShowParam: 1
  8. spring:
  9. sleuth:
  10. sampler:
  11. percentage: 1.0
  12. hystrix:
  13. strategy:
  14. enabled: false
  15. mybatis:
  16. mapperLocations: classpath*:mapper/**/*Dao.xml
  17. executor-type: REUSE
  18. saa:
  19. power: false
  20. basePackage: ins/**/po
  21. elk:
  22. log: 192.168.1.104:4560