mybatis-generator-1.4.1
版本发布时间: 2022-03-09 06:30:28
mybatis/generator最新发布版本:mybatis-generator-1.4.2(2023-02-20 10:20:39)
This release is primarily focused on improving the generated code targeting MyBatis Dynamic SQL.
For Java users (targetRuntime = "MyBatis3DynamicSQL"
) the changes are relatively minor and should be transparent to most users.
For Kotlin users (targetRuntime = "MyBatis3Kotlin"
) the changes are more impactful and are aligned with updates to the Kotlin DSL in newer versions of MyBatis Dynamic SQL. After upgrading, the generated code will be different than Kotlin code generated with earlier versions of MyBatis Generator. There is information about making changes to accommodate these changes here: https://mybatis.org/generator/whatsNew.html
There are several other relatively minor changes.
For all users, the changes are fully detailed in the documentation here: https://mybatis.org/generator/whatsNew.html and the GitHub milestone here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.1
The new artifacts are available in Maven central at
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.1</version>
</dependency>
and
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.4.1</version>
</dependency>
You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator
1、 mybatis-generator-core-1.4.1-bundle.zip 3.67MB
2、 org.mybatis.generator.eclipse.site-1.4.1.202203082207.zip 1.37MB