svr-dict.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. show-sql: true
  31. format-sql: true
  32. ---
  33. spring:
  34. profiles: prod
  35. hibernate:
  36. show-sql: true
  37. format-sql: true
  38. data-source:
  39. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  40. user-name: ha
  41. password: jkzlxm
  42. ---
  43. spring:
  44. profiles: ha
  45. data-source:
  46. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  47. user-name: ha
  48. password: ha