svr-standard.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. common.query.not.found: 该{0}不存在:{1}
  2. common.miss.parameter: 参数不能为空:{0}!
  3. common.notfound.entity: 没有找到{0}实体:{}
  4. std.version.invalid.stage: 该版本不处于编辑状态!
  5. fast-dfs:
  6. pool:
  7. init-size: 5
  8. max-size: 20
  9. wait-time: 500
  10. connect-timeout: 2
  11. network-timeout: 30
  12. charset: ISO8859-1
  13. http:
  14. tracker-http-port: 80
  15. anti-steal-token: no
  16. secret-key: FastDFS1234567890
  17. spring:
  18. # REDIS
  19. redis:
  20. database: 0 # Database index used by the connection factory.
  21. timeout: 0 # Connection timeout in milliseconds.
  22. #sentinel:
  23. # master: # Name of Redis server.
  24. # nodes: # Comma-separated list of host:port pairs.
  25. pool:
  26. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  27. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  28. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  29. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  30. datasource:
  31. driver-class-name: com.mysql.jdbc.Driver
  32. max-active: 20
  33. max-idle: 8
  34. min-idle: 8
  35. validation-query: SELECT 1
  36. test-on-borrow: true
  37. # SOLR (SolrProperties)
  38. data:
  39. solr:
  40. repositories.enabled: true # Enable Solr repositories.
  41. eip:
  42. tenant: jkzl
  43. ---
  44. spring:
  45. profiles: dev
  46. datasource:
  47. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  48. username: weifuwu
  49. password: weifuwu
  50. redis:
  51. host: 172.19.103.47 # Redis server host.
  52. port: 6379
  53. password: redis!@456
  54. fast-dfs:
  55. tracker-server: 172.19.103.13:22122
  56. public-server: http://172.19.103.52:80
  57. ---
  58. spring:
  59. profiles: test
  60. datasource:
  61. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  62. username: weifuwu
  63. password: weifuwu
  64. redis:
  65. host: 172.19.103.47 # Redis server host.
  66. port: 6379
  67. password: redis!@456
  68. fast-dfs:
  69. tracker-server: 172.19.103.13:22122
  70. public-server: http://172.19.103.52:80
  71. ---
  72. spring:
  73. profiles: prod_fz
  74. datasource:
  75. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  76. username: healthcloud
  77. password: GP8Qz4qU
  78. redis:
  79. host: 11.1.2.22 # Redis server host.
  80. port: 6390
  81. password: Kb6wKDQP1W4
  82. fast-dfs:
  83. tracker-server: 11.1.2.9:22122
  84. public-server: http://11.1.2.9:80
  85. ---
  86. spring:
  87. profiles: prod_sr
  88. datasource:
  89. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  90. username: healthcloud
  91. password: GP8Qz4qU
  92. redis:
  93. host: 10.176.97.5 # Redis server host.
  94. port: 6390
  95. password: q4YaQemf
  96. fast-dfs:
  97. tracker-server: 10.176.97.5:22122
  98. public-server: http://10.176.97.5:8888
  99. ---
  100. spring:
  101. profiles: prod_fzzy
  102. datasource:
  103. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  104. username: healthcloud
  105. password: GP8Qz4qU
  106. redis:
  107. host: 100.100.1.161 # Redis server host.
  108. port: 6390
  109. password: q4YaQemf
  110. fast-dfs:
  111. tracker-server: 100.100.1.157:22122
  112. public-server: http://100.100.1.157:8888