Spring boot集成Spring-data-Jpa中遇到的問題

1.創建項目啓動報錯 Field adminDao in com.cj.service.AdminService required a bean of type ‘com.cj.mapper.AdminDao’ that could not be found. 錯誤原因是啓動類掃不到dao層的註解,所以在啓動類上掃描的路徑就可以了
相關文章
相關標籤/搜索