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 147c2cc commit 6999a5eCopy full SHA for 6999a5e
README.md
@@ -34,7 +34,7 @@ Maven引用:
34
<dependency>
35
<groupId>com.itfsw</groupId>
36
<artifactId>mybatis-generator-plugin</artifactId>
37
- <version>1.2.18</version>
+ <version>1.2.19</version>
38
</dependency>
39
```
40
---------------------------------------
@@ -89,7 +89,7 @@ targetCompatibility = 1.8
89
90
91
def mybatisGeneratorCore = 'org.mybatis.generator:mybatis-generator-core:1.3.7'
92
-def itfswMybatisGeneratorPlugin = 'com.itfsw:mybatis-generator-plugin:1.2.18'
+def itfswMybatisGeneratorPlugin = 'com.itfsw:mybatis-generator-plugin:1.2.19'
93
94
mybatisGenerator {
95
verbose = false
0 commit comments