application.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  12. url: jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb
  13. # url: jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb
  14. hikari:
  15. username: sa
  16. password:
  17. connection-timeout: 30000
  18. idle-timeout: 600000
  19. max-lifetime: 1800000
  20. minimum-idle: 3
  21. maximum-pool-size: 12
  22. pool-name: ThyyDatabasePool
  23. leak-detection-threshold: 6000
  24. jackson:
  25. time-zone: GMT+8
  26. date-format: yyyy-MM-dd HH:mm:ss
  27. mvc:
  28. format:
  29. date: yyyy-MM-dd
  30. date-time: yyyy-MM-dd HH:mm:ss
  31. mybatis:
  32. configuration:
  33. map-underscore-to-camel-case: true
  34. hrgApiUrl: http://172.16.30.33:8089/thmz/api/v1
  35. #hrgApiUrl: http://172.16.32.160:81/thmz/api/v1
  36. inspectionUrl: http://172.16.32.178:622/pushservice.asmx?wsdl
  37. physicalCheck: http://172.16.32.183:8888/bdp/dataservice/api/
  38. production: false