misc-server.yml 889 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. driver-class-name: com.mysql.jdbc.Driver
  21. jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
  22. hadoop:
  23. hdfs: hdfs://192.168.1.135:9000
  24. mybatis:
  25. mapperLocations: classpath*:mapper/**/*Dao.xml
  26. executor-type: REUSE
  27. configuration:
  28. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  29. #工作流
  30. bpm:
  31. rule: NodeRule
  32. address:
  33. record: /home/record/
  34. saa:
  35. power: false
  36. basePackage: ins/**/po