svr-geography.yml 974 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. data-source:
  2. driver-class-name: com.mysql.jdbc.Driver
  3. initialize-size: 1
  4. max-total: 20
  5. max-idle: 10
  6. min-idle: 1
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. remove-abandoned-timeout: 55
  10. hibernate:
  11. dialect: org.hibernate.dialect.MySQL5Dialect
  12. ---
  13. spring:
  14. profiles: dev
  15. data-source:
  16. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  17. user-name: ha
  18. password: ha
  19. hibernate:
  20. show-sql: true
  21. format-sql: true
  22. ---
  23. spring:
  24. profiles: test
  25. data-source:
  26. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  27. user-name: weifuwu
  28. password: weifuwu
  29. hibernate:
  30. hibernate-properties:
  31. hibernate:
  32. show-sql: true
  33. format-sql: true
  34. ---
  35. spring:
  36. profiles: prod
  37. hibernate:
  38. show-sql: true
  39. format-sql: true
  40. data-source:
  41. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  42. user-name: ha
  43. password: jkzlxm