svr-standard.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. logging:
  2. level:
  3. com:
  4. netflix: DEBUG
  5. common.query.not.found: 该{0}不存在:{1}
  6. common.miss.parameter: 参数不能为空:{0}!
  7. common.notfound.entity: 没有找到{0}实体:{}
  8. std.version.invalid.stage: 该版本不处于编辑状态!
  9. data-source:
  10. driver-class-name: com.mysql.jdbc.Driver
  11. initialize-size: 1
  12. max-total: 20
  13. max-idle: 10
  14. min-idle: 1
  15. validation-query: SELECT 1
  16. test-on-borrow: true
  17. remove-abandoned-timeout: 55
  18. hibernate:
  19. dialect: org.hibernate.dialect.MySQL5Dialect
  20. fast-dfs:
  21. pool:
  22. init-size: 5
  23. max-size: 20
  24. wait-time: 500
  25. connect-timeout: 2
  26. network-timeout: 30
  27. charset: ISO8859-1
  28. http:
  29. tracker-http-port: 80
  30. anti-steal-token: no
  31. secret-key: FastDFS1234567890
  32. ---
  33. spring:
  34. profiles: dev
  35. hibernate:
  36. show-sql: true
  37. format-sql: true
  38. fast-dfs:
  39. tracker-server: 172.19.103.54:22122
  40. public-server: 172.19.103.54:22122
  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. ---
  46. spring:
  47. profiles: test
  48. fast-dfs:
  49. tracker-server: 172.19.103.13:22122
  50. public-server: 172.19.103.52:80
  51. data-source:
  52. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  53. user-name: weifuwu
  54. password: weifuwu
  55. hibernate:
  56. show-sql: true
  57. format-sql: true
  58. ---
  59. spring:
  60. profiles: prod
  61. hibernate:
  62. show-sql: true
  63. format-sql: true
  64. fast-dfs:
  65. tracker-server: 11.1.2.9:22122
  66. data-source:
  67. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  68. user-name: ha
  69. password: jkzlxm