
SpringCloud
phpfzh
每天进步一点点
展开
-
SpringCloudEureka 启动报错
启动SpringCloudEureka 报异常 com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server 原因是 Eureka服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册行为。 在application.yml原创 2018-01-12 14:22:43 · 21310 阅读 · 0 评论 -
SpringCloud --- EureKa 学习记录
java 基础 https://github.com/JeffLi1993/java-core-learning-example springboot 项目整合案例 https://github.com/JeffLi1993/springboot-learning-example springcloud 项目案例 https://github.com/dyc8原创 2018-01-12 17:19:38 · 341 阅读 · 0 评论