svr-patient.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. fast-dfs:
  13. pool:
  14. init-size: 5
  15. max-size: 20
  16. wait-time: 500
  17. connect-timeout: 2
  18. network-timeout: 30
  19. fast-dfs:
  20. charset: ISO8859-1
  21. http:
  22. tracker-http-port: 80
  23. anti-steal-token: no
  24. secret-key: FastDFS1234567890
  25. ---
  26. spring:
  27. profiles: dev
  28. data-source:
  29. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  30. user-name: ha
  31. password: ha
  32. hibernate:
  33. show-sql: true
  34. format-sql: true
  35. ---
  36. spring:
  37. profiles: test
  38. data-source:
  39. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  40. user-name: weifuwu
  41. password: weifuwu
  42. hibernate:
  43. hibernate-properties:
  44. hibernate:
  45. show-sql: true
  46. format-sql: true
  47. ---
  48. spring:
  49. profiles: prod
  50. hibernate:
  51. show-sql: true
  52. format-sql: true
  53. data-source:
  54. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  55. user-name: ha
  56. password: jkzlxm