关于'getBaseMapper()' in 'com.baomidou.mybatisplus.extension.service.impl.ServiceImpl' clashes with...
使用MybatisPlus时代码下报错’getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl’ clashes with ‘getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.IService’; attemptin
·
使用MybatisPlus时代码下报错’getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl’ clashes with ‘getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.IService’; attempting to use incompatible return type
使用MP(MybatisPlus) 时一般都用代码生成器,这种情况几乎不会出现。
这种bug一般都出现在自己手动写实体类,DAO层,Service层时,原因就是自己在写的Dao层或Service层的时候是否忘记继承MP提供的BaseMapper或者是Service中的Iservice
平常都是代码生成器 头一次出现这种情况 记录一下~~~
更多推荐
已为社区贡献1条内容
所有评论(0)