svr-quota.yml 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ---
  14. spring:
  15. profiles: dev
  16. datasource:
  17. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  18. username: ha
  19. password: ha
  20. ---
  21. spring:
  22. profiles: test
  23. datasource:
  24. url: jdbc:mysql://172.19.103.50:3306/healtharchive_220?useUnicode=true&characterEncoding=UTF-8
  25. username: weifuwu
  26. password: weifuwu
  27. ---
  28. spring:
  29. profiles: prod
  30. datasource:
  31. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  32. username: ha
  33. password: jkzlxm