svr-internet-hospital-job.yml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. #通用的配置不用区分环境变量
  2. server:
  3. port: 10030
  4. spring:
  5. datasource:
  6. driver-class-name: com.mysql.jdbc.Driver
  7. max-active: 50
  8. max-idle: 50 #最大空闲连接
  9. min-idle: 10 #最小空闲连接
  10. validation-query-timeout: 20
  11. log-validation-errors: true
  12. validation-interval: 60000 #避免过度验证,保证验证不超过这个频率——以毫秒为单位。如果一个连接应该被验证,但上次验证未达到指定间隔,将不再次验证。
  13. validation-query: SELECT 1 #SQL 查询, 用来验证从连接池取出的连接, 在将连接返回给调用者之前。 如果指定, 则查询必须是一个SQL SELECT 并且必须返回至少一行记录
  14. test-on-borrow: true #指明是否在从池中取出连接前进行检验, 如果检验失败, 则从池中去除连接并尝试取出另一个。注意: 设置为true 后如果要生效,validationQuery 参数必须设置为非空字符串
  15. test-on-return: true #指明是否在归还到池中前进行检验 注意: 设置为true 后如果要生效validationQuery 参数必须设置为非空字符串
  16. idle-timeout: 30000
  17. connection-test-query: SELECT 1
  18. num-tests-per-eviction-run: 50 #在每次空闲连接回收器线程(如果有)运行时检查的连接数量,最好和maxActive
  19. test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除
  20. min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
  21. time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
  22. fast-dfs:
  23. tracker-server: 172.26.0.110:22122 #服务器地址
  24. connect-timeout: 2 #链接超时时间
  25. network-timeout: 30
  26. charset: ISO8859-1 #编码
  27. http:
  28. tracker-http-port: 80
  29. anti-steal-token: no
  30. secret-key: FastDFS1234567890
  31. pool: #连接池大小
  32. init-size: 5
  33. max-size: 20
  34. wait-time: 500
  35. configDefault: # 默认配置
  36. saasId: xmjkzl_saasId
  37. express:
  38. sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
  39. sf_code: JKZL
  40. sf_check_word: QkeIfIvQdheqIv2cVSgAUnBU29lfNbVk
  41. quartz:
  42. name: schedulerFactoryBean
  43. # 上传文件临时路径配置
  44. FileTempPath:
  45. upload_temp_path : /var/local/temp
  46. image_path : /var/local/upload/images
  47. voice_path : /var/local/upload/voice
  48. chat_file_path : /var/local/upload/chat
  49. ---
  50. spring:
  51. profiles: jwdev
  52. datasource:
  53. url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
  54. username: ssgg
  55. password: ssgg@jkzl2019
  56. hlwyyEntrance:
  57. url: http://localhost:10023
  58. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  59. demo:
  60. flag: true
  61. hospital:
  62. url: https://wx.xmzsh.com
  63. mqUser: JKZL
  64. mqPwd: 123456
  65. SourceSysCode: S60
  66. TargetSysCode: S01
  67. im:
  68. im_list_get: http://172.26.0.105:3000/
  69. data_base_name: im_internet_hospital
  70. fastDFS:
  71. fastdfs_file_url: http://172.26.0.110:8888/
  72. wechat:
  73. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段
  74. ---
  75. spring:
  76. profiles: jwtest
  77. datasource:
  78. url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
  79. username: ssgg
  80. password: ssgg@jkzl2019
  81. hlwyyEntrance:
  82. url: http://localhost:10023
  83. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  84. demo:
  85. flag: true
  86. hospital:
  87. url: https://wx.xmzsh.com
  88. mqUser: JKZL
  89. mqPwd: 123456
  90. SourceSysCode: S60
  91. TargetSysCode: S01
  92. im:
  93. im_list_get: http://172.26.0.105:3000/
  94. data_base_name: im_internet_hospital
  95. fastDFS:
  96. fastdfs_file_url: http://172.26.0.110:8888/
  97. wlyy:
  98. url: http://www.xmtyw.cn/wlyytest/
  99. wechat:
  100. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段
  101. ---
  102. spring:
  103. profiles: jwOracleTest
  104. datasource:
  105. driver-class-name: oracle.jdbc.driver.OracleDriver
  106. url: jdbc:oracle:thin:@172.26.0.141:1521:helowin
  107. username: normal
  108. password: normal
  109. jpa:
  110. properties:
  111. hibernate:
  112. dialect: org.hibernate.dialect.Oracle10gDialect
  113. show_sql: true
  114. database: oracle
  115. hlwyyEntrance:
  116. url: http://172.16.1.42:10023
  117. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  118. demo:
  119. flag: false
  120. hospital:
  121. url: https://wx.xmzsh.com
  122. mqUser: JKZL
  123. mqPwd: 123456
  124. SourceSysCode: S60
  125. TargetSysCode: S01
  126. im:
  127. im_list_get: http://172.26.0.105:3000/
  128. data_base_name: im_internet_hospital
  129. fastDFS:
  130. fastdfs_file_url: http://172.26.0.110:8888/
  131. wlyy:
  132. url: http://www.xmtyw.cn/wlyytest/
  133. wechat:
  134. id: xm_ykyy_wx # base库中,wx_wechat 的id字段
  135. ---
  136. spring:
  137. profiles: jwOracleProd
  138. datasource:
  139. driver-class-name: oracle.jdbc.driver.OracleDriver
  140. url: jdbc:oracle:thin:@192.168.20.55:1521:orcl
  141. username: system
  142. password: hxyk9573
  143. jpa:
  144. properties:
  145. hibernate:
  146. dialect: org.hibernate.dialect.Oracle10gDialect
  147. show_sql: true
  148. database: oracle
  149. hlwyyEntrance:
  150. url: http://172.16.1.42:10023
  151. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  152. demo:
  153. flag: false
  154. hospital:
  155. url: https://wx.xmzsh.com
  156. mqUser: JKZL
  157. mqPwd: 123456
  158. SourceSysCode: S60
  159. TargetSysCode: S01
  160. im:
  161. im_list_get: http://172.26.0.105:3000/
  162. data_base_name: im_internet_hospital
  163. fastDFS:
  164. fastdfs_file_url: http://172.26.0.110:8888/
  165. wlyy:
  166. url: http://www.xmtyw.cn/wlyytest/
  167. wechat:
  168. id: xm_ykyy_wx # base库中,wx_wechat 的id字段
  169. ---
  170. spring:
  171. profiles: jwprod
  172. datasource:
  173. url: jdbc:mysql://192.0.33.27:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
  174. username: im
  175. password: 2oEq3Kf7
  176. hlwyyEntrance:
  177. url: http://172.16.1.42:10023
  178. # mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
  179. demo:
  180. flag: false
  181. hospital:
  182. url: https://172.16.1.34
  183. mqUser: JKZL
  184. mqPwd: 123456
  185. SourceSysCode: S60
  186. TargetSysCode: S01
  187. im:
  188. im_list_get: http://172.16.1.42:3000/
  189. data_base_name: im
  190. fastDFS:
  191. fastdfs_file_url: http://192.0.33.26:8888/
  192. wlyy:
  193. url: http://www.xmtyw.cn/wlyytest/
  194. wechat:
  195. id: d24d1367-7f4f-43af-910e-a0a43799e040 # base库中,wx_wechat 的id字段