Could not autowire. No beans of 'StudentService' type found

Controller層 錯誤提示:Could not autowire. No beans of ‘StudentService’ type found 原因一:可能是你的Spring.xml配置文件裏面自動掃描包的位置出錯了 如圖,把自動掃描的位置固定在controller裏面了,所以掃描不到其他的文件,應把路徑範圍擴大 原因二:service層的實現類沒有加@Service
相關文章
相關標籤/搜索