Ver código fonte

修改成开发注册地址

shengyang000 5 anos atrás
pai
commit
c5a1d00553
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/main/resources/bootstrap.yml

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

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