找不到UserDoMapper
Description:
Field userPasswordDoMapper in com.miaoshaproject.App required a bean of type 'com.miaoshaproject.dao.UserPasswordDoMapper' that could not be found.
Description:
Field userPasswordDoMapper in com.miaoshaproject.App required a bean of type 'com.miaoshaproject.dao.UserPasswordDoMapper' that could not be found.
舉報(bào)
2019-01-21
啟動類少注解吧
2019-01-21
1. 看一下??application.properties 里面mybatis.mapper-locations 的值和實(shí)際 xml路徑是否一致
2. 看一下App類有沒有加入@MapperScan({"com.miaosproject.dao"})
2019-01-21
為什么我明明有UserDoMapper,路徑也和老師一樣,他說我找不到呢