application-local.yml 926 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. datasource:
  3. test-while-idle: true
  4. test-on-borrow: true
  5. validation-query: SELECT 1 FROM DUAL
  6. time-between-eviction-runs-millis: 300000
  7. min-evictable-idle-time-millis: 1800000
  8. master:
  9. driver-class-name: com.mysql.jdbc.Driver
  10. url: jdbc:mysql://192.168.50.209:3306/USERDB?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&autoReconnect=true
  11. username: root
  12. password: root
  13. slaver:
  14. driver-class-name: com.mysql.jdbc.Driver
  15. url: jdbc:mysql://192.168.50.209:3306/ATSTXDB?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&autoReconnect=true
  16. username: root
  17. password: root
  18. server:
  19. port: 80
  20. logging:
  21. config: classpath:logback-spring.xml
  22. path: /home/webapp/logs/ecagw/log
  23. level:
  24. root: info
  25. pagehelper:
  26. helperDialect: mysql
  27. reasonable: true
  28. supportMethodsArguments: true
  29. params: count=countSql