Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 291 Bytes

eurekaService 单机版

# 因为没有设置集群的关系所以不用自己注册自己,和自己发现自己的过程,以下2个参数都设置成false
# 向注册中心注册服务
eureka.client.register-with-eureka=false
# 检索服务
eureka.client.fetch-registry=false