代码提交

This commit is contained in:
cdf
2024-08-26 11:27:51 +08:00
parent bfc7884f50
commit 08fcd0c564
14 changed files with 669 additions and 249 deletions

14
pom.xml
View File

@@ -173,9 +173,13 @@
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.4.3.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>mybatisplus-plus</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
@@ -183,11 +187,7 @@
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>mybatisplus-plus</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
<!--druid连接池-->
<dependency>