项目启动不了

来源:4-3 商品模型模型--商品创建03

慕九州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.


写回答 关注

4回答

  • 黑不拉几先生
    2020-01-30 12:11:34

    在ItemServiceImpl中开头那添加@Service(对照着UserServiceImpl修改)

  • 慕粉1659074340
    2019-06-28 11:23:14

    定位到错误了,查看了所有扫包配置都发现没问题,都就是一直报注入失败,最后有错误提示是xml映射文件的问题,可能是在自动生成mapper映射文件是里面的内容会重复,进去看的时候看到很多名称有红线,把重复的删掉就行了

  • 慕粉1659074340
    2019-06-27 17:48:49

    一样项目启动不了~一直报注入失败

  • 慕九州2132332
    2019-06-17 14:28:39

    https://img2.mukewang.com/5d07330600011a8a08650180.jpg

    APP启动类是这样的

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49020 学习 · 954 问题

查看课程

相似问题