|  | @ -5,8 +5,6 @@ spring:
 | 
	
		
			
				|  |  |     user:
 | 
	
		
			
				|  |  |       name: jw
 | 
	
		
			
				|  |  |       password: jkzl
 | 
	
		
			
				|  |  |   application:
 | 
	
		
			
				|  |  |     name: svr-configuration
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | server:
 | 
	
		
			
				|  |  |   port: 1221
 | 
	
	
		
			
				|  | @ -18,11 +16,7 @@ eureka:
 | 
	
		
			
				|  |  |     healthcheck:
 | 
	
		
			
				|  |  |       enabled: false #启动监控检查,
 | 
	
		
			
				|  |  |     serviceUrl: # 默认正式线地址
 | 
	
		
			
				|  |  |       defaultZone: http://jw:jkzl@172.26.0.153:8761/eureka # 默认本机环境
 | 
	
		
			
				|  |  |     register-with-eureka: true
 | 
	
		
			
				|  |  |     fetch-registry: true
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |       defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka  # 测试环境
 | 
	
		
			
				|  |  | #      defaultZone: http://jw:jkzl@172.16.1.42:8761/eureka # 中山医院
 | 
	
		
			
				|  |  | #      defaultZone: http://jw:jkzl@192.0.33.26:8762/eureka
 | 
	
		
			
				|  |  | #      defaultZone: http://jw:jkzl@192.168.33.199:8761/eureka
 | 
	
	
		
			
				|  | @ -34,313 +28,4 @@ eureka:
 | 
	
		
			
				|  |  |     prefer-ip-address: true
 | 
	
		
			
				|  |  |     instance-id: ${spring.cloud.client.ip-address}:${server.port}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: jwdev
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: jwtest
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |           repos:
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: iottest
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: iotyanshi
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: qytest
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://172.16.1.42:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: jwprod
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://10.95.22.168:3000/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:local}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: local
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3001/jkzl/ehr.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: jwOracleProd
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | ## 心脏中心外网
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://172.16.100.241:3000/jkzl/config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: xzprod
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | ## 心脏中心内网
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.103.150:3000/jkzl/config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:in_master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: xzprod_in
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | ## 卫计委
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.120.210:3000/jkzl/config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: xmjwprod
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | ## 物联网
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   profiles: iotprod
 | 
	
		
			
				|  |  | ##git配置
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:10010/jkzl/config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:jwdev}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: jwystest
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: tnJwprod
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://10.18.43.41:3001/jkzl/ehr.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |           username: jkzl
 | 
	
		
			
				|  |  |           password: jkzl
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: hzprod
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3000/jkzl/ehr.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: wjwProd
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://27.150.172.197:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0.config
 | 
	
		
			
				|  |  |           username: jkzl
 | 
	
		
			
				|  |  |           password: jkzl
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: dsyy
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /data/wlyy2.0/wlyy2.0.config
 | 
	
		
			
				|  |  |           username: jkzl
 | 
	
		
			
				|  |  |           password: jkzl
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: hcyyProd
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /data/wlyy2.0/wlyy2.0.config
 | 
	
		
			
				|  |  |           username: jkzl
 | 
	
		
			
				|  |  |           password: jkzl
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: yqfk
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |         git:
 | 
	
		
			
				|  |  |           uri: ${wlyy.spring.config.git.uri:http://127.0.0.1:3001/jkzl/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |           basedir: /usr/local/wlyy2.0-config
 | 
	
		
			
				|  |  |           username: jkzl
 | 
	
		
			
				|  |  |           password: jkzl
 | 
	
		
			
				|  |  |         default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: mlwProd
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   cloud:
 | 
	
		
			
				|  |  |     config:
 | 
	
		
			
				|  |  |       failFast: true #启动快速失败 即链接不到配置服务就启动失败
 | 
	
		
			
				|  |  |       server:
 | 
	
		
			
				|  |  |           git:
 | 
	
		
			
				|  |  |             uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
 | 
	
		
			
				|  |  |             basedir: /usr/local/wlyy2.0.config
 | 
	
		
			
				|  |  |             username: jkzl
 | 
	
		
			
				|  |  |             password: jkzl
 | 
	
		
			
				|  |  |             default-label: ${wlyy.spring.config.git.label:master}
 | 
	
		
			
				|  |  |             order: 1
 | 
	
		
			
				|  |  |           native:
 | 
	
		
			
				|  |  |             search-locations: /usr/local/wlyy2.0.config
 | 
	
		
			
				|  |  |             order: 2
 | 
	
		
			
				|  |  |   config:
 | 
	
		
			
				|  |  |     activate:
 | 
	
		
			
				|  |  |       on-profile: mlwTest
 |