Skip to content

MyBatis Generator 1.3.3

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 24 Jun 22:50
· 1877 commits to master since this release

This release contains quite a few bug fixes and small enhancements since the last release. There is also a new version of the Eclipse feature and a new Eclipse update site.

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

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

The new artifacts are available in Maven central at

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

and

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

The Eclipse update site is https://dl.bintray.com/mybatis/mybatis-generator/

You can also download the artifacts or the Eclipse update site here.