svr-quota.yml 905 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. server:
  10. port: ${svr-quota.server.port}
  11. management:
  12. port: ${server.port}
  13. spring:
  14. datasource:
  15. driver-class-name: com.mysql.jdbc.Driver
  16. max-active: 20
  17. max-idle: 8
  18. min-idle: 8
  19. validation-query: SELECT 1
  20. test-on-borrow: true
  21. ---
  22. spring:
  23. profiles: dev
  24. datasource:
  25. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  26. username: ha
  27. password: ha
  28. ---
  29. spring:
  30. profiles: test
  31. datasource:
  32. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  33. username: weifuwu
  34. password: weifuwu
  35. ---
  36. spring:
  37. profiles: prod
  38. datasource:
  39. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  40. username: ha
  41. password: jkzlxm