svr-adaption.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. ---
  27. spring:
  28. profiles: dev
  29. hibernate:
  30. show-sql: true
  31. format-sql: true
  32. fast-dfs:
  33. tracker-server: 172.19.103.54:22122
  34. data-source:
  35. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  36. user-name: ha
  37. password: ha
  38. ---
  39. spring:
  40. profiles: test
  41. fast-dfs:
  42. tracker-server: 172.19.103.54:22122
  43. data-source:
  44. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  45. user-name: yuhaihua
  46. password: yuhaihua
  47. hibernate:
  48. show-sql: true
  49. format-sql: true
  50. ---
  51. spring:
  52. profiles: prod
  53. hibernate:
  54. show-sql: true
  55. format-sql: true
  56. fast-dfs:
  57. tracker-server: 172.19.103.54:22122
  58. data-source:
  59. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  60. user-name: ha
  61. password: ha