zuul 服务能够不注册到注册中心?

zuul 服务能够不注册到注册中心微服务

eureka:
  client:
    register-with-eureka: false #网关不用注册到注册中心中,由于没其余微服务调用他
    fetch-registry: true #这个必须是true fetchRegistry打开才能从eureka拉取服务列表

若是 fetch-registry: false那么zuul就不能获取服务列表了fetch

相关文章
相关标签/搜索