svr-esb.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. logging:
  2. level:
  3. com:
  4. netflix: ERROR
  5. data-source:
  6. driver-class-name: com.mysql.jdbc.Driver
  7. initialize-size: 1
  8. max-total: 20
  9. max-idle: 10
  10. min-idle: 1
  11. validation-query: SELECT 1
  12. test-on-borrow: true
  13. remove-abandoned-timeout: 55
  14. multipart:
  15. max-file-size: 100MB
  16. max-request-size: 100MB
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. charset: ISO8859-1
  25. http:
  26. tracker-http-port: 80
  27. anti-steal-token: no
  28. secret-key: FastDFS1234567890
  29. spring:
  30. jpa:
  31. show-sql: true
  32. hibernate:
  33. dialect: org.hibernate.dialect.MySQL5Dialect
  34. database:
  35. platform: org.hibernate.dialect.MySQL5Dialect
  36. ---
  37. spring:
  38. profiles: dev
  39. data-source:
  40. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  41. user-name: ha
  42. password: ha
  43. fast-dfs:
  44. tracker-server: 172.19.103.54:22122
  45. ---
  46. spring:
  47. profiles: test
  48. data-source:
  49. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  50. user-name: weifuwu
  51. password: weifuwu
  52. fast-dfs:
  53. tracker-server: 172.19.103.13:22122
  54. ---
  55. spring:
  56. profiles: prod
  57. data-source:
  58. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  59. user-name: ha
  60. password: jkzlxm
  61. fast-dfs:
  62. tracker-server: 11.1.2.9:22122