标签:oca with 测试 ice code 项目 als cat client
在实际的项目中,可能有几十个或者几百个的微服务实例,这时 Eureka Server 承担了非
server.port=8761 spring.application.name=eureka8761 eureka.client.fetch-registry=false eureka.client.register-with-eureka=true eureka.client.service-url.defaultZone=http://localhost:8762/eureka/
启动服务!!
eureka-server1的配置文件
server.port=8762 spring.application.name=eureka8762 eureka.client.fetch-registry=false eureka.client.register-with-eureka=true eureka.client.service-url.defaultZone=http://localhost:8761/eureka/
暂时是这样的简单测试,后期还会进行相关的补充!!!
3、Spring Cloud - Eureka(高可用Eureka Server集群)
标签:oca with 测试 ice code 项目 als cat client
原文地址:https://www.cnblogs.com/Mrchengs/p/10645911.html