其他分享
首页 > 其他分享> > Mybatis-Plus代替Mybatis出现绑定错误异常

Mybatis-Plus代替Mybatis出现绑定错误异常

作者:互联网

这是原有项目中mybatis指定mapper文件位置的配置:

mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml

 

导入mybatis-plus 后,增加同样的配置即可解决问题:

mybatis-plus.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml

  

标签:xml,mapper,绑定,classpath,locations,mybatis,Plus,Mybatis
来源: https://www.cnblogs.com/weill/p/15785482.html