Browse Source

更新 'src/main/resources/bootstrap.yml'

xiatongxi 5 years ago
parent
commit
4c02811ab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -9,7 +9,7 @@ eureka:
9
   client:
9
   client:
10
     service-url:
10
     service-url:
11
       # 向注册中心注册服务
11
       # 向注册中心注册服务
12
-      defaultZone: http://${eureka.instance.hostname}:9600/eureka
12
+      defaultZone: http://admin:admin@${eureka.instance.hostname}:9600/eureka
13
 
13
 
14
 spring:
14
 spring:
15
   application:
15
   application: