手写mapper之后最重要的需要将配置文件中的
mybatis-plus.mapper-locations=classpath*:mapper**.xml
更改成
mybatis.mapper-locations=classpath*:mapper**.xml
否则会报错

手写mapper之后最重要的需要将配置文件中的
mybatis-plus.mapper-locations=classpath*:mapper**.xml
更改成
mybatis.mapper-locations=classpath*:mapper**.xml
否则会报错