svr-pack-resolve.yml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. max-active: 20
  5. max-idle: 8
  6. min-idle: 8
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. # REDIS
  10. redis:
  11. database: 0 # Database index used by the connection factory.
  12. port: 6379 # Redis server port.
  13. password: # Login password of the redis server.
  14. timeout: 0 # Connection timeout in milliseconds.
  15. #sentinel:
  16. # master: # Name of Redis server.
  17. # nodes: # Comma-separated list of host:port pairs.
  18. pool:
  19. 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.
  20. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  21. 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.
  22. 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.
  23. hadoop:
  24. hbase-properties:
  25. hbase.zookeeper.property.clientPort: 2181
  26. zookeeper.znode.parent: /hbase-unsecure
  27. user:
  28. name: root
  29. resolve:
  30. job:
  31. init-size: 10 #解析入库初始任务数
  32. max-size: 10 #解析入库最大任务数
  33. cron-exp: 0/1 * * * * ? #解析任务触发间隔表达式
  34. ---
  35. spring:
  36. profiles: dev
  37. datasource:
  38. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  39. username: weifuwu
  40. password: weifuwu
  41. redis:
  42. host: 172.19.103.47
  43. port: 6379
  44. password: redis!@456
  45. fast-dfs:
  46. tracker-server: 172.19.103.13:22122
  47. public-server: http://172.19.103.52:80
  48. hadoop:
  49. hbase-properties:
  50. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  51. elasticsearch:
  52. cluster-name: elasticsearch
  53. cluster-nodes: 172.19.103.9:9300
  54. ---
  55. spring:
  56. profiles: test
  57. datasource:
  58. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  59. username: weifuwu
  60. password: weifuwu
  61. redis:
  62. host: 172.19.103.47
  63. port: 6379
  64. password: redis!@456
  65. fast-dfs:
  66. tracker-server: 172.19.103.13:22122
  67. public-server: http://172.19.103.52:80
  68. hadoop:
  69. hbase-properties:
  70. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  71. elasticsearch:
  72. cluster-name: elasticsearch
  73. cluster-nodes: 172.19.103.9:9300
  74. ---
  75. spring:
  76. profiles: prod_fz
  77. datasource:
  78. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  79. username: healthcloud
  80. password: GP8Qz4qU
  81. redis:
  82. host: 11.1.2.22
  83. port: 6390
  84. password: Kb6wKDQP1W4
  85. fast-dfs:
  86. tracker-server: 11.1.2.9:22122
  87. public-server: http://11.1.2.9:80
  88. hadoop:
  89. hbase-properties:
  90. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  91. elasticsearch:
  92. cluster-name: elasticsearch
  93. cluster-nodes: 11.1.2.7:9300
  94. ---
  95. spring:
  96. profiles: prod_sr
  97. datasource:
  98. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  99. username: healthcloud
  100. password: GP8Qz4qU
  101. redis:
  102. host: 10.176.97.5
  103. port: 6390
  104. password: q4YaQemf
  105. fast-dfs:
  106. tracker-server: 10.176.97.5:22122
  107. public-server: http://10.176.97.5:8888
  108. hadoop:
  109. hbase-properties:
  110. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  111. elasticsearch:
  112. cluster-name: elasticsearch
  113. cluster-nodes: 10.176.97.7:9300
  114. ---
  115. spring:
  116. profiles: prod_fzzy
  117. datasource:
  118. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  119. username: healthcloud
  120. password: GP8Qz4qU
  121. redis:
  122. host: 100.100.1.161
  123. port: 6390
  124. password: q4YaQemf
  125. fast-dfs:
  126. tracker-server: 100.100.1.157:22122
  127. public-server: http://100.100.1.157:8888
  128. hadoop:
  129. hbase-properties:
  130. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  131. elasticsearch:
  132. cluster-name: elasticsearch
  133. cluster-nodes: 100.100.1.158:9300
  134. ---
  135. spring:
  136. profiles: prod_srformal
  137. datasource:
  138. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  139. username: healthcloud
  140. password: GP8Qz4qU
  141. redis:
  142. host: 192.168.50.82
  143. port: 6379
  144. password: q4YaQemf
  145. fast-dfs:
  146. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  147. public-server: http://192.168.50.37:8888
  148. hadoop:
  149. hbase-properties:
  150. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  151. elasticsearch:
  152. cluster-name: elasticsearch
  153. cluster-nodes: 172.10.10.2:9300,172.10.10.5:9300