# 不向注册中心注册 , 是否注册到服务中心 , false = 不注册,true = 注册
eureka.client.register-with-eureka: false,
# 不获取注册列表信息, 是否从eureka服务器获取注册信息 , false = 不获取,true = 获取
eureka.client.fetch-registry: false
#还有一种就是直接去掉依赖
# 不向注册中心注册 , 是否注册到服务中心 , false = 不注册,true = 注册
eureka.client.register-with-eureka: false,
# 不获取注册列表信息, 是否从eureka服务器获取注册信息 , false = 不获取,true = 获取
eureka.client.fetch-registry: false
#还有一种就是直接去掉依赖