Mybatis增强工具extm


Mybatis增强工具extm

文章插图
 
项目介绍
Extm 是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生 。使用Extm针对单表操作将不再手写SQL,从而提高开发效率 。
安装教程
  1. [安装extm] 在Web项目的pop.xml添加extm引用 <dependency> <groupId>com.github.meryl</groupId> <artifactId>extm</artifactId> <version>1.0.2</version> </dependency>
  2. 修改SpringMVC项目配置文件<bean id="sqlSessionFactory" class="com.extm.SqlSessionFactoryBeanEx"> <property name="dataSource" ref="dataSource"></property> <property name="configLocation" value=https://www.isolves.com/it/cxkf/jiagou/2021-03-30/"classpath:mybatis.cfg.xml"/> 将 sqlSessionFactory的class修改为:“com.extm.SqlSessionFactoryBeanEx”
使用说明


    推荐阅读