admin管理员组

文章数量:1794759

错误:Consider defining a bean of type ‘*.UserService‘ in your configuration

错误:Consider defining a bean of type ‘*.UserService‘ in your configuration

启动springboot项目遇到一个问题:Consider defining a bean of type

原因描述: 项目已被分解为不同的模块,需要指定独立模块要扫描的类或包
  • 1
解决方案:

在对应的类标签上加上

@SpringBootApplication @ComponentScan("com.citic.core")

本文标签: 错误definingbeanconfigurationUserService