svr-esb.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. multipart:
  11. max-file-size: 100MB
  12. max-request-size: 100MB
  13. fast-dfs:
  14. pool:
  15. init-size: 5
  16. max-size: 20
  17. wait-time: 500
  18. connect-timeout: 2
  19. network-timeout: 30
  20. charset: ISO8859-1
  21. http:
  22. tracker-http-port: 80
  23. anti-steal-token: no
  24. secret-key: FastDFS1234567890
  25. spring:
  26. jpa:
  27. show-sql: true
  28. hibernate:
  29. dialect: org.hibernate.dialect.MySQL5Dialect
  30. database:
  31. platform: org.hibernate.dialect.MySQL5Dialect
  32. ---
  33. spring:
  34. profiles: dev
  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. fast-dfs:
  40. tracker-server: 172.19.103.54:22122
  41. ---
  42. spring:
  43. profiles: test
  44. data-source:
  45. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  46. user-name: weifuwu
  47. password: weifuwu
  48. fast-dfs:
  49. tracker-server: 172.19.103.54:22122
  50. ---
  51. spring:
  52. profiles: prod
  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
  57. fast-dfs:
  58. tracker-server: 11.1.2.9:22122