Field XXX in XXXX required a bean of type XXXX that could not be found

这个报错的意思是:没有找到相应的bean。 出现这个情况我遇到了两种: 1.spring没有扫描到相应的bean。 原因是springboot项目启动,只有@SpringBootApplication 所在的包被被扫描,如果有其他需要扫描的包,需要显式写明 ...

Sat Oct 27 18:53:00 CST 2018 0 10210
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM