項目啟動不了
***************************
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.
2020-01-30
在ItemServiceImpl中開頭那添加@Service(對照著UserServiceImpl修改)
2019-06-28
定位到錯誤了,查看了所有掃包配置都發現沒問題,都就是一直報注入失敗,最后有錯誤提示是xml映射文件的問題,可能是在自動生成mapper映射文件是里面的內容會重復,進去看的時候看到很多名稱有紅線,把重復的刪掉就行了
2019-06-27
一樣項目啟動不了~一直報注入失敗
2019-06-17
APP啟動類是這樣的