misc-server.yml 844 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. spring:
  2. sleuth:
  3. sampler:
  4. percentage: 1.0
  5. hystrix:
  6. strategy:
  7. enabled: false
  8. datasource:
  9. url: jdbc:mysql://192.168.1.204:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
  10. username: root
  11. password: Cs123456
  12. max-idle: 10
  13. max-wait: 10000
  14. min-idle: 5
  15. initial-size: 5
  16. validation-query: SELECT 1
  17. test-on-borrow: false
  18. test-while-idle: true
  19. time-between-eviction-runs-millis: 18800
  20. jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
  21. hadoop:
  22. hdfs: hdfs://192.168.1.135:9000
  23. mybatis:
  24. mapperLocations: classpath*:mapper/**/*Dao.xml
  25. executor-type: REUSE
  26. configuration:
  27. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  28. #工作流
  29. bpm:
  30. rule: NodeRule
  31. address:
  32. record: /home/record/
  33. saa:
  34. power: false
  35. basePackage: ins/**/po