admin管理员组

文章数量:1794759

SpringBoot项目启动报 Consider defining a bean of type xxxxx.' in your configuration.

SpringBoot项目启动报 Consider defining a bean of type xxxxx.' in your configuration.

今天在启动SpringBoot项目的时候,报一个Consider defining a bean of type xxxxx.' in your configuration.错误,意思是没有找到这个类,那么很显然这个类没有注入到Spring容器中去:我们来看一段错误信。

标题

我们只需要在该类上加一个注解就ok了

如图所示:

启动项目看看

本文标签: 项目beandefiningSpringBoottype