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 9a99c9b + 0a5b7b2 commit bc8ae25Copy full SHA for bc8ae25
README.md
@@ -42,7 +42,7 @@ MyBatis Generator 参考配置(插件依赖应该配置在mybatis-generator-ma
42
<plugin>
43
<groupId>org.mybatis.generator</groupId>
44
<artifactId>mybatis-generator-maven-plugin</artifactId>
45
- <version>1.3.6</version>
+ <version>1.3.7</version>
46
<configuration>
47
<!-- 配置文件 -->
48
<configurationFile>src/main/resources/mybatis-generator.xml</configurationFile>
0 commit comments