Autowired注入Service失败!required a bean of type 'com.lncywlc.rio.service.UserService' that could not be


错误信息:
Field userService in com.lncywlc.rio.controller.LoginController required a bean of type ‘com.lncywlc.rio.service.UserService’ 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.lncywlc.rio.service.UserService’ in your configuration.
这个问题主要是马虎大意造成的。
一定要在实现类中声明服务 @Service

 

 

当然了,如果你的问题并不是忘记声明服务,可以将
@Autowired 改成 @Resource 试一试


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Field userService in com.wuji.controller.UserController required a bean of type 'com.wuji.service.UserService' that could not be found 2. springboot启动报错:Field userMapper in com.service.UserService required a bean of type 'com.dao.UserMapper' that could not be found. SpringBoot中Dao或者Service注入失败(A component required a bean of type 'XXService' that could) SpringBoot中service注入失败(A component required a bean of type 'XXService' that could not found) springboot的Web项目编译运行时提示错误:Field userService in com.cetc.UserManger.controller.UserController required a bean of type 'com.cetc.UserManger.service.UserService' that could not be found. Field adminMapper in com.course.service.impl.AdminServiceImpl required a bean of type 'com.course.mapper.AdminMapper' that could not be found Field tTypeMapper in com.atguigu.project.service.imp.projectInfoServiceImpl required a bean of type 'com.atguigu.project.mapper.TTypeMapper' that could not be found. Description: Field ud in com.yjj.service.impl.UserServiceImpl required a bean of type 'com.yjj.dao.UserDao' that could not be found. Action: Consider defining a bean of type 'com.yjj.dao.UserDao' springcloud 项目搭建遇到的问题及解决-Field restTemplate in com.cloud.ribbon_consumer.project.service.xxxService required a bean of type 'org.springframework.web.client.RestTemplate' that could not be found. SpringBoot扫描不到类,注入失败A component required a bean of type 'XXService' that could...
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM