svr-user.yml 1.0 KB

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