哎,师兄其他地方都好,这个章节真的要吐槽一下
来源:5-9 项目改造成多模块

cloverxixi
2018-12-19
重构其实花不了多少时间啊,带着改下代码很简单的啊,然后order重构后一直报错
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
和
Field productClient in com.springcloud.order.controller.ClientController required a bean of type ‘com.springcloud.order.client.ProductClient’ that could not be found.
的错误,但是idea没抛红啊,就比较烦躁
写回答
2回答
-
重构多模块我一定重新补上。。。
“order.client.ProductClient’ that could not be found.”idea没抛红,你刷新下pom.xml看看。
要先在product项目里mvn install的,注意groupId的名字
012019-07-15 -
慕无忌2804865
2019-07-15
根据最后一节,更新版本为2.0.2.RELEASE,但类注入失败
052019-07-18
SpringCloud Finchley(M2+RELEASE+SR2)微服务实战
SpringCloud组件实现微服务,【已升级Finchley.Release】
5672 学习 · 2489 问题
相似问题
哇,师兄,可以教一下项目重构吗?
回答 2
廖师兄,这个章节遇到一个问题,请教一下。
回答 2