
Type ‘org.apache.ibatis.annotations.Mapper’ does not have type parameters
解决办法:
检查mapper接口中导入的包是不是通用mapper包
之前:

现在:

Tip:检查启动类中的MapperScan扫描导入的包是不是通用Mapper包!
应该为:


Type ‘org.apache.ibatis.annotations.Mapper’ does not have type parameters
解决办法:
检查mapper接口中导入的包是不是通用mapper包
之前:

现在:

Tip:检查启动类中的MapperScan扫描导入的包是不是通用Mapper包!
应该为:

2160
6813
7589
980
1956

被折叠的 条评论
为什么被折叠?
