Field userMapper in com.tx.mall.service.impl.UserServiceImpl required a bean of type 'com.tx.mall.dao.UserMapper' that could not be found. 启动类加上就好 @MapperScan(basePackages = "com.tx.mall.dao")
小技巧
最新推荐文章于 2022-10-29 20:13:21 发布
Field userMapper in com.tx.mall.service.impl.UserServiceImpl required a bean of type 'com.tx.mall.dao.UserMapper' that could not be found. 启动类加上就好 @MapperScan(basePackages = "com.tx.mall.dao")