data-server.yml 860 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. #工作流
  27. bpm:
  28. rule: NodeRule
  29. saa:
  30. power: false
  31. basePackage: ins/**/po
  32. dataServer:
  33. ip: 172.42.25.37
  34. port: 8080
  35. ftpIp: 192.168.1.145
  36. ftpPort: 21
  37. ftpCode: root
  38. ftpPwd: root