瀏覽代碼

Merge branch 'dev' of LiTaohong/wlyy2.0 into dev

LiTaohong 5 年之前
父節點
當前提交
3a89b01fda

+ 0 - 15
server/svr-authentication/src/main/resources/application.yml

@ -41,11 +41,6 @@ eureka:
  client:
  client:
    healthcheck:
    healthcheck:
      enabled: true #监控检查
      enabled: true #监控检查
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
# i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
iHealth:
@ -65,11 +60,6 @@ eureka:
  client:
  client:
    healthcheck:
    healthcheck:
      enabled: true #监控检查
      enabled: true #监控检查
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
iHealth:
@ -91,11 +81,6 @@ eureka:
  client:
  client:
    healthcheck:
    healthcheck:
      enabled: true #监控检查
      enabled: true #监控检查
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
iHealth:
iHealth:
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo

+ 24 - 1
server/svr-authentication/src/main/resources/bootstrap.yml

@ -16,6 +16,13 @@ spring:
        enabled: true
        enabled: true
        service-id: svr-configuration
        service-id: svr-configuration
eureka:
  client:
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
---
---
spring:
spring:
  profiles: jwtest
  profiles: jwtest
@ -25,6 +32,14 @@ spring:
        enabled: true
        enabled: true
        service-id: svr-configuration
        service-id: svr-configuration
eureka:
  client:
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
---
---
spring:
spring:
  profiles: jwprod
  profiles: jwprod
@ -32,4 +47,12 @@ spring:
    config:
    config:
      discovery:
      discovery:
        enabled: true
        enabled: true
        service-id: svr-configuration
        service-id: svr-configuration
eureka:
  client:
    serviceUrl:
      defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}