
SpringBoot项目启动报 Consider defining a bean of type xxxxx.' in your configuration.
今天在启动SpringBoot项目的时候,报一个Consider defining a bean of type xxxxx.' in your configuration.错误,意思是没有找到这个类,那么很显然这个类没有注入到Spring容器中去:我们来看一段错误信。
标题我们只需要在该类上加一个注解就ok了
如图所示:
启动项目看看
👁️ 阅读量:0
© 版权声明:本文《SpringBoot项目启动报 Consider defining a bean of type xxxxx.' in your configuration.》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686552555a289960.html。