6-5配置动态刷新报错,productClient无法扫描注入
来源:6-5 Spring Cloud Bus实操.mp4
moocxy
2018-06-27
order使用Spring Boot 2.0.0.M3, Spring Cloud Finchley.M2时,启动无报错,请求ttp://localhost:8080/actuator/bus-refresh后,有异常抛出,如下图:
order改用师兄相同版本, 即Spring Boot 2.0.0.BUILD-SNAPSHOT, Spring Cloud Finchley.BUILD-SNAPSHOT后,将feign换成openfeign,启动类编译出错:
重新导入包后编译正常:
但是启动报错,如下图:
于是在在启动类添加@ComponentScan注解,启动正常,但是Controller的url映射全部失效,无法调试配置刷新:
4回答
-
你先把这块内容放一边,继续学,我最近发现正版版的bus动态刷新都是有bug的。。。。视频的最后会讲解的
10 -
moocxy
提问者
2018-06-27
PS: 切换至Spring Boot 2.0.1.RELEASE, Spring Cloud Finchley.RELEASE问题同BUILD-SNAPSHOT
10 -
慕仰8426390
2018-07-08
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
</dependency>兄弟试试这个
controller的url映射失效,我加了这个就好了
00 -
慕仰8426390
2018-07-08
我也是这个问题,只能先放在一边了
012019-06-26
SpringCloud Finchley(M2+RELEASE+SR2)微服务实战
5670 学习 · 2489 问题
相似问题