Commit 3ceac14d authored by houg's avatar houg

配置

parent 94b2f56b
......@@ -13,9 +13,9 @@ app:
#表示是否将自己注册到Eureka Server上,默认为true
eureka:
client:
registerWithEureka: false
register-with-eureka: false
#表示是否从Eureka Server上获取注册信息,默认为true
fetchRegistry: false
fetch-registry: false
serviceUrl:
defaultZone: http://localhost:${server.port}/register/eureka/
instance:
......
Markdown is supported
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