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.
1 parent fa0d06f commit d984b35Copy full SHA for d984b35
README.md
@@ -45,7 +45,7 @@ Maven引用:
45
<dependency>
46
<groupId>com.itfsw</groupId>
47
<artifactId>mybatis-generator-plugin</artifactId>
48
- <version>1.3.8</version>
+ <version>1.3.9</version>
49
</dependency>
50
```
51
---------------------------------------
@@ -100,7 +100,7 @@ targetCompatibility = 1.8
100
101
102
def mybatisGeneratorCore = 'org.mybatis.generator:mybatis-generator-core:1.3.7'
103
-def itfswMybatisGeneratorPlugin = 'com.itfsw:mybatis-generator-plugin:1.3.8'
+def itfswMybatisGeneratorPlugin = 'com.itfsw:mybatis-generator-plugin:1.3.9'
104
105
mybatisGenerator {
106
verbose = false
0 commit comments