application-prod.yml 737 B

1234567891011121314151617181920212223242526272829
  1. server:
  2. port: 9200
  3. spring:
  4. application:
  5. name: huimv-getdata
  6. datasource:
  7. url: jdbc:sqlserver://115.238.57.190:1433;DatabaseName=AIS20211202120009
  8. username: sa
  9. password: Hy@2024!
  10. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  11. maxActive: 20
  12. initialSize: 1
  13. maxWait: 60000
  14. minIdle: 1
  15. timeBetweenEvictionRunsMillis: 60000
  16. minEvictableIdleTimeMillis: 300000
  17. validationQuery: select 1
  18. testWhileIdle: true
  19. testOnBorrow: true
  20. testOnReturn: true
  21. poolPreparedStatements: true
  22. maxOpenPreparedStatements: 20
  23. hikari:
  24. maximum-pool-size: 10
  25. minimum-idle: 6
  26. mybatis-plus:
  27. configuration:
  28. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl