MyBatis & 通用Mapper MyBatis使用简单、灵活,但是有一些特别常用的简单SQL也要手写,很浪费时间。使用通用Mapper后可以免去这种工作,提高开发效率。 快速使用 引入Jar(pom.xml) <dependency> <groupId>tk.mybatis</groupId>