springboot整合Mybatis掃描不到mapper問題

提示找不到mapper  在你的application啓動類加上註解 @MapperScan(「com.minibike.bike.user.dao」)  路徑爲你的mapper接口的路徑 也就是你的dao層路徑
相關文章
相關標籤/搜索