svr-user.yml 821 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. ---
  14. spring:
  15. profiles: dev
  16. data-source:
  17. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  18. user-name: ha
  19. password: ha
  20. ---
  21. spring:
  22. profiles: test
  23. data-source:
  24. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  25. user-name: weifuwu
  26. password: weifuwu
  27. ---
  28. spring:
  29. profiles: prod
  30. hibernate:
  31. show-sql: true
  32. format-sql: true
  33. data-source:
  34. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  35. user-name: ha
  36. password: jkzlxm