Commit fdcd70ce authored by ykb's avatar ykb
Browse files

修复bug

parent 6f934d89
...@@ -2,7 +2,7 @@ server.port=8761 ...@@ -2,7 +2,7 @@ server.port=8761
spring.application.name=eureka-service spring.application.name=eureka-service
#eureka-server #eureka-server
eureka.instance.hostname=loclhost eureka.instance.hostname=localhost
eureka.client.register-with-eureka=false eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false eureka.client.fetch-registry=false
eureka.client.serviceUrl.defaultZone=http://${eureka.instance.hostname}:${server.port}/eureka/ eureka.client.serviceUrl.defaultZone=http://${eureka.instance.hostname}:${server.port}/eureka/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment