|
@ -1,21 +1,28 @@
|
|
|
spring:
|
|
|
jmx:
|
|
|
enabled: false
|
|
|
security:
|
|
|
basic:
|
|
|
enabled: true
|
|
|
user:
|
|
|
name: jw
|
|
|
password: jkzl
|
|
|
|
|
|
server:
|
|
|
port: 1221
|
|
|
|
|
|
security:
|
|
|
user:
|
|
|
name: jw
|
|
|
password: jkzl
|
|
|
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
healthcheck:
|
|
|
enabled: false #启动监控检查,
|
|
|
serviceUrl: # 默认正式线地址
|
|
|
defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka # 默认本机环境
|
|
|
defaultZone: http://jw:jkzl@172.26.0.153:8761/eureka # 默认本机环境
|
|
|
register-with-eureka: true
|
|
|
fetch-registry: true
|
|
|
|
|
|
|
|
|
# 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
|
|
@ -25,6 +32,338 @@ eureka:
|
|
|
instance:
|
|
|
#eurika使用IP不使用host
|
|
|
prefer-ip-address: true
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
instance-id: ${spring.cloud.client.ip-address}:${server.port}
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: mlwTest
|
|
|
cloud:
|
|
|
config:
|
|
|
enabled: true
|
|
|
failFast: true #启动快速失败 即链接不到配置服务就启动失败
|
|
|
server:
|
|
|
git:
|
|
|
uri: ${wlyy.spring.config.git.uri:http://127.0.0.1/Amoy2/wlyy2.0.config.git}
|
|
|
basedir: /usr/local/wlyy2.0.config
|
|
|
username: jkzl
|
|
|
password: jkzl
|
|
|
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: 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:
|
|
|
native:
|
|
|
search-locations: /usr/local/wlyy2.0.config
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: native
|
|
|
|
|
|
---
|
|
|
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}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: mlwTest
|