mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-14 14:39:29 +08:00
🎉 3.7.0.RELEASE
This commit is contained in:
parent
911ebedaa9
commit
077a6bf44d
@ -17,6 +17,11 @@
|
||||
|
||||
<dependencies>
|
||||
<!--Mybatis-->
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
<version>${mybatis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus</artifactId>
|
||||
|
1
pom.xml
1
pom.xml
@ -42,6 +42,7 @@
|
||||
<maven.plugin.version>3.8.1</maven.plugin.version>
|
||||
|
||||
<knife4j.version>4.1.0</knife4j.version>
|
||||
<mybatis.version>3.5.13</mybatis.version>
|
||||
<mybatis.plus.version>3.5.3.2</mybatis.plus.version>
|
||||
<mybatis.plus.generator.version>3.5.3.2</mybatis.plus.generator.version>
|
||||
<protostuff.version>1.6.0</protostuff.version>
|
||||
|
Loading…
Reference in New Issue
Block a user