From 886a387463f4e0e0ad6f7c2a04d2cfab2e3aace8 Mon Sep 17 00:00:00 2001
From: huangzhen <867127663@qq.com>
Date: Fri, 28 Oct 2022 10:48:05 +0800
Subject: [PATCH] 新增管控措施不分页
---
pom.xml | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index abdec62..519dd04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,6 +317,26 @@
<artifactId>core</artifactId>
<version>3.2.1</version>
</dependency>
+
+ <!--后面是新增的依赖-->
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.11</version>
+ </dependency>
+ <!--redis-->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-data-redis</artifactId>
+ <version>2.3.12.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-pool2</artifactId>
+ </dependency>
+
+
+ <!--mybatis-plus-->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>
@@ -327,7 +347,6 @@
<artifactId>mybatis-plus-extension</artifactId>
<version>3.5.2</version>
</dependency>
-
</dependencies>
--
Gitblit v1.9.2