svr-adaption.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. hibernate:
  39. show-sql: true
  40. format-sql: true
  41. ---
  42. spring:
  43. profiles: test
  44. hibernate:
  45. show-sql: true
  46. format-sql: true
  47. fast-dfs:
  48. tracker-server: 172.19.103.54:22122
  49. data-source:
  50. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  51. user-name: yuhaihua
  52. password: yuhaihua
  53. hibernate:
  54. show-sql: true
  55. format-sql: true
  56. ---
  57. spring:
  58. profiles: prod
  59. hibernate:
  60. show-sql: true
  61. format-sql: true
  62. fast-dfs:
  63. tracker-server: 172.19.103.54:22122
  64. data-source:
  65. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  66. user-name: ha
  67. password: ha
  68. hibernate:
  69. show-sql: true
  70. format-sql: true