@ -52,3 +52,15 @@ eureka:
client:
serviceUrl:
defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka
---
spring:
profiles: native
eureka:
@ -37,7 +37,6 @@ spring:
default-label: master
profiles: jwtest
@ -58,4 +57,19 @@ spring:
server:
git:
uri: http://11.1.2.8:3000/ehr_admin/ehr.config.git
##不想用远程的git 可以在环境变量配置native 开启本地配置
profiles:
active: native
##git配置
cloud:
config:
failFast: true ##启动快速失败 即链接不到配置服务就启动失败
native:
search-locations: file:G:\idea_workspace\jkzl_git\jw.config ##本地的got配置路径