svr-pack-mgr.yml 1.4 KB

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