HELP ! SpringBoot无法注入@Component的工具类,Consider defining a bean of type 'com.eas

api模块依赖common模块
img
img
兄弟们帮帮忙,
Field cmsUserService in com.eastyh.api.cms.controller.CmsUserController required a bean of type 'com.eastyh.common.utils.EmailUtil' that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)

Action:

Consider defining a bean of type 'com.eastyh.common.utils.EmailUtil' in your configuration.

启动类如果在com.eastyh下面的话,这工具类是可以被注入的

启动类添加注解@ComponentScan("com.eastyh")