소스 검색

修改配置到测试环境

my-csc-config-file.git 5 년 전
부모
커밋
edef8a4821
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -6,7 +6,7 @@ eureka:
6 6
   instance:
7 7
     prefer-ip-address: true
8 8
 #    hostname: localhost #地址
9
-    hostname: 172.16.0.6 #地址
9
+    hostname: 172.16.0.2 #地址
10 10
     status-page-url: http://${eureka.instance.hostname}:${server.port}/swagger-ui.html
11 11
   client:
12 12
     service-url: