Spring项目中使用了JPA以及Mybatis–mapper文件注解引错包导致编译错误
错误导入 jpa
importorg.mapstruct.Mapper;
正确导入 mybatisPlus
importorg.apache.ibatis.annotations.Mapper;
浙ICP备2022017321号
Spring项目中使用了JPA以及Mybatis–mapper文件注解引错包导致编译错误
错误导入 jpa
importorg.mapstruct.Mapper;
正确导入 mybatisPlus
importorg.apache.ibatis.annotations.Mapper;