美文网首页
Spring Cloud [Greenwich.SR1] Pro

Spring Cloud [Greenwich.SR1] Pro

作者: clark_cao | 来源:发表于2019-07-31 23:55 被阅读0次

    注意:server.port = 0 无法实现服务提供者多节点,必须制定对应端口。

    1. eureka client jar 包

    eureka client jar 包

    2. 激活注册中心发现服务的配置

    @EnableDiscoveryClient / @EnableEurekaClient
    建议使用 @EnableDiscoveryClient, 因为可以支持其他注册中心(如 ZooKeeper, Consul, Nacos)

    3. 配置两个yml

    server.port=8001

    server.port=8002

    4. idea 启动服务

    勾除 Single instance only (可以查看上一篇文章 多节点Eureka

    5. 查看面板

    Eureka 面板

    相关文章

      网友评论

          本文标题:Spring Cloud [Greenwich.SR1] Pro

          本文链接:https://www.haomeiwen.com/subject/eoqfdctx.html