Skip to content

MyBatis Generator Release 1.3.6

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 21 Dec 18:02
· 1611 commits to master since this release

This release contains a major enhancement where the generator will generate code for MyBatis Dynamic SQL See the "what's new" page for more details: http://www.mybatis.org/generator/whatsNew.html.

You can see a list of other bug fixes and enhancements here:

https://github.com/mybatis/generator/issues?q=milestone%3A1.3.6+is%3Aclosed

The new artifacts are available in Maven central at

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator</artifactId>
    <version>1.3.6</version>
</dependency>

and

<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.3.6</version>
</dependency>

You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator