慕九州2132332
2019-06-17 14:27
***************************
APPLICATION FAILED TO START
***************************
Description:
Field itemService in com.miaoshaproject.controller.ItemController required a bean of type 'com.miaoshaproject.service.ItemService' 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.miaoshaproject.service.ItemService' in your configuration.
在ItemServiceImpl中开头那添加@Service(对照着UserServiceImpl修改)
定位到错误了,查看了所有扫包配置都发现没问题,都就是一直报注入失败,最后有错误提示是xml映射文件的问题,可能是在自动生成mapper映射文件是里面的内容会重复,进去看的时候看到很多名称有红线,把重复的删掉就行了
一样项目启动不了~一直报注入失败
APP启动类是这样的
SpringBoot构建电商基础秒杀项目
49020 学习 · 954 问题
相似问题