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 80576c3 commit 8a15fecCopy full SHA for 8a15fec
README.md
@@ -45,7 +45,7 @@ Maven引用:
45
<dependency>
46
<groupId>com.itfsw</groupId>
47
<artifactId>mybatis-generator-plugin</artifactId>
48
- <version>1.3.2</version>
+ <version>1.3.3</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.2'
+def itfswMybatisGeneratorPlugin = 'com.itfsw:mybatis-generator-plugin:1.3.3'
104
105
mybatisGenerator {
106
verbose = false
0 commit comments