##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主 git上 svr-base -> git application ->本地 appliction ->本地 bootstarp server: port: 10060 spring: jmx: default-domain: jkzl_doorService datasource: driver-class-name: com.mysql.jdbc.Driver max-active: 50 max-idle: 50 #最大空闲连接 min-idle: 10 #最小空闲连接 validation-query-timeout: 20 log-validation-errors: true validation-interval: 60000 #避免过度验证,保证验证不超过这个频率——以毫秒为单位。如果一个连接应该被验证,但上次验证未达到指定间隔,将不再次验证。 validation-query: SELECT 1 #SQL 查询, 用来验证从连接池取出的连接, 在将连接返回给调用者之前。 如果指定, 则查询必须是一个SQL SELECT 并且必须返回至少一行记录 test-on-borrow: true #指明是否在从池中取出连接前进行检验, 如果检验失败, 则从池中去除连接并尝试取出另一个。注意: 设置为true 后如果要生效,validationQuery 参数必须设置为非空字符串 test-on-return: true #指明是否在归还到池中前进行检验 注意: 设置为true 后如果要生效validationQuery 参数必须设置为非空字符串 idle-timeout: 30000 connection-test-query: SELECT 1 num-tests-per-eviction-run: 50 #在每次空闲连接回收器线程(如果有)运行时检查的连接数量,最好和maxActive test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除 min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位 time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小 #hibernate 配置 hibernate: dialect: org.hibernate.dialect.MySQL5Dialect show_sql: true ejb: naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy physical_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy implicit_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy fast-dfs: tracker-server: 172.26.0.110:22122 #服务器地址 connect-timeout: 2 #链接超时时间 network-timeout: 30 charset: ISO8859-1 #编码 http: tracker-http-port: 80 anti-steal-token: no secret-key: FastDFS1234567890 pool: #连接池大小 init-size: 5 max-size: 20 wait-time: 500 basedb: #base数据基础数据数据源,用于跨库查询 name: wlyy --- spring: profiles: jwdev datasource: url: jdbc:mysql://172.26.0.104:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true username: root password: jkzlehr redis: host: 172.26.0.253 # Redis server host. port: 6379 # Redis server port. fastDFS: fastdfs_file_url: http://172.26.0.110:80/ fast-dfs: tracker-server: 172.26.0.110:22122 public-server: http://172.26.0.110:80/ server: server_url: http://ehr.yihu.com/wlyy/ neiwang: enable: true wlyy: http://172.26.0.110:22122/ base: url: http://172.17.110.212:10020/ hospitalUrl: http://172.26.0.107:10022/ wechat: appId: wxd03f859efdf0873d appSecret: 2935b54b53a957d9516c920a544f2537 wechat_token: 27eb3bb24f149a7760cf1bb154b08040 wechat_base_url: http%3a%2f%2fweixin.xmtyw.cn%2fwlyy-dev accId: gh_ffd64560fb21 id: sd_tnzyy_wx # base库中,wx_wechat 的id字段 flag: false #演示环境 true走Mysql数据库 false走Oracle im: im_list_get: http://172.26.0.105:3000/ data_base_name: im_internet_hospital es: pwflag: 1 # 1需要密码,2不需要密码 index: Statistics: hlw_quota_test FollowUp: wlyy_followup type: Statistics: hlw_quota_test FollowUpContent: wlyy_followup_content host: http://172.26.0.55:9000 tHost: 172.26.0.55:9300 clusterName: jkzl securityUser: lion:jkzlehr user: lion password: jkzlehr wlyy: url: http://ehr.yihu.com/wlyy/ hospital: url: https://wx.xmzsh.com mqUser: JKZL mqPwd: 123456 SourceSysCode: S60 TargetSysCode: S01 demo: flag: false express: sf_url: https://mrds-admin.sf-express.com:443 sf_code: WH000101 sf_check_word: EDSAFWFAQWyjt8099 pay: flag: true # 上传文件临时路径配置 FileTempPath: upload_temp_path : /var/local/temp image_path : /var/local/upload/images voice_path : /var/local/upload/voice chat_file_path : /var/local/upload/chat # 系统配置 systemSetting: isApplication: 0 # 是否需要资质申请 1需要 0 不需要 --- spring: profiles: jwtest datasource: url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true username: ssgg password: ssgg@jkzl2019 redis: host: 172.26.0.253 # Redis server host. port: 6379 # Redis server port. fastDFS: fastdfs_file_url: http://172.26.0.110:8888/ fast-dfs: tracker-server: 172.26.0.110:22122 public-server: http://172.26.0.110:8888/ server: server_url: http://ehr.yihu.com/wlyy/ neiwang: enable: true wlyy: http://172.26.0.110:22122/ base: url: http://172.17.110.212:10020/ hospitalUrl: http://172.26.0.107:10022/ wechat: appId: wx1f129f7b51701428 appSecret: 988f005d8309ed1795939e0f042431fb wechat_token: 27eb3bb24f149a7760cf1bb154b08040 wechat_base_url: http%3a%2f%2fehr.yihu.com%2fwlyy accId: gh_ffd64560fb21 id: sd_tnzyy_wx # base库中,wx_wechat 的id字段 flag: false #演示环境 true走Mysql数据库 false走Oracle im: im_list_get: http://172.26.0.105:3000/ data_base_name: im_internet_hospital es: pwflag: 1 # 1需要密码,2不需要密码 index: Statistics: hlw_quota_test FollowUp: wlyy_followup type: Statistics: hlw_quota_test FollowUpContent: wlyy_followup_content host: http://172.26.0.55:9000 tHost: 172.26.0.55:9300 clusterName: jkzl securityUser: lion:jkzlehr user: lion password: jkzlehr wlyy: url: http://ehr.yihu.com/wlyy/ hospital: url: https://wx.xmzsh.com mqUser: JKZL mqPwd: 123456 SourceSysCode: S60 TargetSysCode: S01 demo: flag: false express: sf_url: https://mrds-admin.sf-express.com:443 sf_code: WH000101 sf_check_word: EDSAFWFAQWyjt8099 pay: flag: true # 上传文件临时路径配置 FileTempPath: upload_temp_path : /var/local/temp image_path : /var/local/upload/images voice_path : /var/local/upload/voice chat_file_path : /var/local/upload/chat # 系统配置 systemSetting: isApplication: 0 # 是否需要资质申请 1需要 0 不需要 --- spring: profiles: prod datasource: url: jdbc:mysql://59.61.92.90:9069/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true username: wlyy password: jkzlehr@123 redis: host: 59.61.92.90 # Redis server host. port: 9054 # Redis server port. password: jkzlehr fastDFS: fastdfs_file_url: http://172.19.103.54:80/ fast-dfs: tracker-server: 172.19.103.54:22122 public-server: http://172.19.103.54:80/ neiwang: enable: false wlyy: http://59.61.92.90:9099/iot/ server: server_url: http://ehr.yihu.com/wlyy/ base: url: http://192.168.120.96:10020/svr-base/ hospitalUrl: http://172.26.0.107:10022/ wechat: appId: wxad04e9c4c5255acf appSecret: ae77c48ccf1af5d07069f5153d1ac8d3 wechat_token: 27eb3bb24f149a7760cf1bb154b08040 wechat_base_url: http%3a%2f%2fwww.xmtyw.cn%2fwlyy accId: gh_ffd64560fb21 id: sd_tnzyy_wx # base库中,wx_wechat 的id字段 flag: true #演示环境 true走Mysql数据库 false走Oracle im: im_list_get: http://27.155.101.77:3000/ data_base_name: im es: pwflag: 1 # 1需要密码,2不需要密码 index: Statistics: hlw_quota_test FollowUp: wlyy_followup type: Statistics: hlw_quota_test FollowUpContent: wlyy_followup_content host: http://172.26.0.55:9000 tHost: 172.26.0.55:9300 clusterName: jkzl securityUser: lion:jkzlehr user: lion password: jkzlehr wlyy: url: http://ehr.yihu.com/wlyy/ hospital: url: https://wx.xmzsh.com mqUser: JKZL mqPwd: 123456 SourceSysCode: S60 TargetSysCode: S01 demo: flag: false express: sf_url: https://mrds-admin.sf-express.com:443 sf_code: WH000101 sf_check_word: EDSAFWFAQWyjt8099 pay: flag: true # 上传文件临时路径配置 FileTempPath: upload_temp_path : /var/local/temp image_path : /var/local/upload/images voice_path : /var/local/upload/voice chat_file_path : /var/local/upload/chat # 系统配置 systemSetting: isApplication: 0 # 是否需要资质申请 1需要 0 不需要 --- spring: profiles: tnJwprod datasource: url: jdbc:mysql://10.9.1.247:3310/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true username: wlyy password: qY#j2n5O redis: host: 10.9.1.247 # Redis server host. port: 6380 # Redis server port. password: Kb6wKDQP1W4 fastDFS: fastdfs_file_url: http://365q88j171.oicp.vip:44840/fastdfs/ fast-dfs: tracker-server: 10.9.1.247:22122 public-server: http://365q88j171.oicp.vip:44840/fastdfs/ neiwang: enable: true wlyy: http://59.61.92.90:9099/iot/ server: server_url: http://ehr.yihu.com/wlyy/ base: url: http://127.0.0.1:10020/svr-base/ hospitalUrl: http://10.9.1.247:10022/ wechat: appId: wxad04e9c4c5255acf1 appSecret: ae77c48ccf1af5d07069f5153d1ac8d31 wechat_token: 27eb3bb24f149a7760cf1bb154b080401 wechat_base_url: http%3a%2f%2fwww.xmt1yw.cn%2fwlyy accId: gh_ffd64560fb211 id: sd_tnzyy_wx # base库中,wx_wechat 的id字段 flag: true #演示环境 true走Mysql数据库 false走Oracle im: im_list_get: http://10.9.1.247:3000/ data_base_name: im es: pwflag: 1 # 1需要密码,2不需要密码 index: Statistics: hlw_quota_prod FollowUp: wlyy_followup type: Statistics: hlw_quota_prod FollowUpContent: wlyy_followup_content host: http://10.9.1.247:9200 tHost: 10.9.1.247:9300 clusterName: jkzl securityUser: lion:jkzlehr user: lion password: jkzlehr wlyy: url: http://ehr.yihu.com/wlyy/ hospital: url: https://wx.xmzsh.com mqUser: JKZL mqPwd: 123456 SourceSysCode: S60 TargetSysCode: S01 demo: flag: false express: sf_url: https://mrds-admin.sf-express.com:443 sf_code: WH000101 sf_check_word: EDSAFWFAQWyjt8099 pay: flag: true # 上传文件临时路径配置 FileTempPath: upload_temp_path : /var/local/temp image_path : /var/local/upload/images voice_path : /var/local/upload/voice chat_file_path : /var/local/upload/chat # 系统配置 systemSetting: isApplication: 0 # 是否需要资质申请 1需要 0 不需要