We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa3fb1 + a80dcd4 commit f77f10fCopy full SHA for f77f10f
core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
@@ -36,6 +36,10 @@
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>
39
+ <li>Added an "info" logging level to the log abstraction. Also removed the broken Maven logging implementation.
40
+ Logging should now work as expected in Maven - Maven ships with the SLF4J simple logger in the classpath, so
41
+ configuring logging in Maven will always use the SLF simple logger.
42
+ </li>
43
</ul>
44
45
0 commit comments