关于getBaseMapper()‘ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl‘ clashes with的问题
使用generator代码生成器生成了基本的增删改查的代码,但是在service层的实现类serviceImpl却出现了getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl’ clashes with ‘getBaseMapper()’ in ‘com.baomidou.mybatisplu
·
使用generator代码生成器生成了基本的增删改查的代码,但是在service层的实现类serviceImpl却出现了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的错误,如图所示:
网上的说法是忘记继承IService或者是baomidou的包引用不正确,我的错误是生成的main的路径错误,自己可以检查一下路径是否正确,不正确也可能会报这个错。
更多推荐
已为社区贡献2条内容
所有评论(0)