Field userService in com.wuji.controller.UserController required a bean of type 'com.wuji.service.UserService' that could not be found


Field userService in com.wuji.controller.UserController required a bean of type 'com.wuji.service.UserService' that could not be found.

原因:說明IOC里沒有創建Bean,在啟動文件上手動添加:@ComponentScan(basePackages = {"com.wuji"})注解開啟Spring組件掃描


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 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. 2. springboot啟動報錯:Field userMapper in com.service.UserService required a bean of type 'com.dao.UserMapper' that could not be found. Autowired注入Service失敗!required a bean of type 'com.lncywlc.rio.service.UserService' that could not be Field adminMapper in com.course.service.impl.AdminServiceImpl required a bean of type 'com.course.mapper.AdminMapper' that could not be found SpringCloud報錯: "Field discoveryClient in com.controller.DcController required a bean of type 'com.netflix.discovery.DiscoveryClient' 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. Field service in com.sinoyd.base.controller.BaseController required a single bean, but 20 were 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. Controller required a bean of type 'com.netflix.discovery.DiscoveryClient' that could not be found.異常處理
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM