mybatisplus使用xml
Posted shigongp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatisplus使用xml相关的知识,希望对你有一定的参考价值。
一、配置xml路径 mybatis-plus: mapper-locations: classpath:mapper/*.xml 二、编写Mapper里面的方法 public interface UserMapper extends BaseMapper List findAll(); List
以上是关于mybatisplus使用xml的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA - Jrebel MybatisPlus Extension 热部署插件(Mapper.xml)
插件ideaJRebel mybatisPlus extension是JRebel热部署插件的扩展支持mybatis的xml文件热部署