Spring项目中使用了JPA以及Mybatis–mapper文件注解引错包导致编译错误错误导入 jpaimport org.mapstruct.Mapper;正确导入 mybatisPlusimport org.apache.ibatis.annotations.Mapper;