svr-adaption.yml 1.4 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. tracker-server: l27.0.0.1
  22. http:
  23. tracker-http-port: 80
  24. anti-steal-token: no
  25. secret-key: FastDFS1234567890
  26. ehr.common.invalid.parameter: 参数解析错误
  27. ehr.common.query.not.found: 不存在该对象
  28. ehr.common.repeat.code: 代码重复
  29. ---
  30. spring:
  31. profiles: dev
  32. fast-dfs:
  33. tracker-server: 172.19.103.54:22122
  34. public-server: http://172.19.103.54:22122
  35. data-source:
  36. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  37. user-name: ha
  38. password: ha
  39. ---
  40. spring:
  41. profiles: test
  42. fast-dfs:
  43. tracker-server: 172.19.103.13:22122
  44. public-server: http://172.19.103.52:80
  45. data-source:
  46. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  47. user-name: weifuwu
  48. password: weifuwu
  49. ---
  50. spring:
  51. profiles: prod
  52. fast-dfs:
  53. tracker-server: 11.1.2.9:22122
  54. public-server: http://ds.ehr.yihu.com:22122
  55. data-source:
  56. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  57. user-name: ha
  58. password: jkzlxm