svr-quota.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  26. username: weifuwu
  27. password: weifuwu
  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
  42. ---
  43. spring:
  44. profiles: prod_fz
  45. datasource:
  46. url: jdbc:mysql://192.168.135.39:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  47. username: sr_healtharchive
  48. password: data!@)1