关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

Springcloud整合consul作为注册中心需要注意的问题(No instances available for)

发布时间:2023-07-01 00:28:32

使用consul跟使用zookeeper的整合过程没有太大的区别,就是有一点需要注意,

pom文件必须引入一个健康度监控的包,不然报错No instances available for

    org.springframework.boot spring-boot-starter-parent 2.0.3.RELEASE       org.springframework.cloud spring-cloud-dependencies Finchley.RELEASE pom import        org.springframework.boot spring-boot-starter-web     org.springframework.cloud spring-cloud-starter-consul-discovery      org.springframework.boot spring-boot-starter-actuator         spring-milestones Spring Milestones https://repo.spring.io/libs-milestone  false

   

整合zookeeper作为注册中心:springcloud整合zookeeper注册中心_阿演的博客-CSDN博客


/template/Home/leiyu/PC/Static