osms-server-dev.yml 883 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #app
  2. server:
  3. port: 8002
  4. socket:
  5. io:
  6. host: 0.0.0.0
  7. port: 9095
  8. platform: /osms
  9. #dev环境公共配置文件
  10. spring:
  11. # mysql DATABASE CONFIG
  12. datasource:
  13. url: jdbc:mysql://192.168.1.204:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
  14. username: root
  15. password: Cs123456
  16. max-idle: 10
  17. max-wait: 10000
  18. min-idle: 5
  19. initial-size: 5
  20. validation-query: SELECT 1
  21. test-on-borrow: false
  22. test-while-idle: true
  23. time-between-eviction-runs-millis: 18800
  24. jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
  25. mybatis:
  26. mapperLocations: classpath*:mapper/**/*Dao.xml
  27. executor-type: REUSE
  28. configuration:
  29. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  30. #日志等级 和 日志中心地址
  31. logging:
  32. level.root: INFO
  33. saa:
  34. power: false
  35. basePackage: ins/**/po