mapper not found问题修复
1. yml配置:
mybatis-plus: mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/**/*Mapper.xml
2.maven执行clean,install
3.还是不行的话删除idea中的.idea文件夹,重启idea

1. yml配置:
mybatis-plus: mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/**/*Mapper.xml
2.maven执行clean,install
3.还是不行的话删除idea中的.idea文件夹,重启idea
