MyBatis Dynamic SQL 1.0.0
jeffgbutler
released this
17 Dec 18:34
·
2310 commits
to master
since this release
First release of MyBatis Dynamic SQL - an SQL generator/templating utility for MyBatis and Spring JDBC templates.
Available in maven central here:
<dependency>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.0.0</version>
</dependency>