application.yml 524 B

123456789101112131415161718192021222324
  1. server:
  2. port: 8805
  3. servlet:
  4. context-path: /wxserver
  5. spring:
  6. application:
  7. name: wxservice-server
  8. thymeleaf:
  9. cache: false
  10. datasource:
  11. url: jdbc:jtds:sqlserver://172.16.32.160:1433/thxyhisdb
  12. hikari:
  13. username: sa
  14. password:
  15. minimum-idle: 5
  16. idle-timeout: 180000
  17. maximum-pool-size: 8
  18. auto-commit: true
  19. pool-name: MyHikariCP
  20. connection-timeout: 30000
  21. connection-test-query: select 1
  22. mybatis:
  23. configuration:
  24. map-underscore-to-camel-case: true