Skip to content

Commit c02bf90

Browse files
committed
Docs
1 parent 68d363a commit c02bf90

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
recommended for JDK 9+. If you prefer to use the "javax" annotations, there is a new property on the
3434
<commentGenerator> element that will override this behavior.
3535
</li>
36+
<li>The Maven plugin now includes an integration with Eclipse Maven support. If you import a Maven project with the
37+
generator configured into an Eclipse workspace, the code generator will run automatically.
38+
</li>
3639
</ul>
3740

3841

eclipse/releng/2018-12.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
</location>
1212
</locations>
1313
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
14-
</target>
14+
</target>

eclipse/releng/2019-12.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
</location>
1212
</locations>
1313
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
14-
</target>
14+
</target>

eclipse/releng/2021-06.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
</location>
1212
</locations>
1313
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
14-
</target>
14+
</target>

eclipse/releng/2021-12.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
</location>
1212
</locations>
1313
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
14-
</target>
14+
</target>

0 commit comments

Comments
 (0)