最新回答 / 幕布斯7831214
此异常,为:注入 bean 失败异常。说白了,出现这个异常,就是找不到对应的 bean 啦!能够导致 bean 注入失败的原因包括以下几种但不限于这几种:对应的 bean 没有添加注解;对应的 bean 添加注解错误,例如将 Spring 的@Service错选成 dubbo 的;选择错误的自动注入方法等。仅供参考。
2018-06-28
最新回答 / 慕函数0555292
pom.xml加入
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency>
2018-06-28
最赞回答 / 文在内也
select * from userleft join userq on user.id=userq.user_id where user.age=18 and userq.cup=B
2018-06-27
那些说照着老师写的一堆错误的,你们spring boot版本和老师是一致的吗,老师课程开头都说了版本要一致,不然会出现版本中方法不一样问题,你们不听还要怪谁
2018-06-27
根据老师视频自己写的源码
https://download.csdn.net/download/qq_18877511/10499612
https://download.csdn.net/download/qq_18877511/10499612
2018-06-26