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組件掃描
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刪除。