svr-standard.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. fast-dfs:
  28. charset: ISO8859-1
  29. tracker-server: l27.0.0.1
  30. http:
  31. tracker-http-port: 80
  32. anti-steal-token: no
  33. secret-key: FastDFS1234567890
  34. ---
  35. spring:
  36. profiles: dev
  37. hibernate:
  38. show-sql: true
  39. format-sql: true
  40. fast-dfs:
  41. tracker-server: 172.19.103.54:22122
  42. public-server: 172.19.103.54:22122
  43. data-source:
  44. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  45. user-name: ha
  46. password: ha
  47. ---
  48. spring:
  49. profiles: test
  50. fast-dfs:
  51. tracker-server: 172.19.103.13:22122
  52. public-server: 172.19.103.52:80
  53. data-source:
  54. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  55. user-name: weifuwu
  56. password: weifuwu
  57. hibernate:
  58. show-sql: true
  59. format-sql: true
  60. ---
  61. spring:
  62. profiles: prod
  63. hibernate:
  64. show-sql: true
  65. format-sql: true
  66. fast-dfs:
  67. tracker-server: 11.1.2.9:22122
  68. data-source:
  69. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  70. user-name: ha
  71. password: jkzlxm