摘要: 出现这种问题是因为缺少web依赖,加入如下依赖便可解决。 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-starter-web</artifactId> 4 </depen 阅读全文
posted @ 2019-09-03 14:51 ♩一叶之秋♪ 阅读(1872) 评论(0) 推荐(0) 编辑
摘要: 将这个两个配置参数修改为false,即可解决找不到服务器报错问题。 原因:eureka 服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册。 阅读全文
posted @ 2019-09-03 14:45 ♩一叶之秋♪ 阅读(1348) 评论(0) 推荐(0) 编辑