From bd9cf1a87d50cc7cb29118cc85f397a7ab7228e9 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期一, 16 十二月 2024 16:51:01 +0800 Subject: [PATCH] 增加监管机构数据限制 --- pom.xml | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ea92af6..00cf479 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,11 @@ <mybatis-plus.version>3.5.1</mybatis-plus.version> <mysql-connector.version>8.0.29</mysql-connector.version> <java-jwt.version>3.11.0</java-jwt.version> - <fastjson.version>1.2.76</fastjson.version> + <fastjson.version>1.2.83</fastjson.version> <caffeine.version>2.9.3</caffeine.version> <kaptcha.version>2.3.2</kaptcha.version> + <commons.io.version>2.13.0</commons.io.version> + <easyexcel.version>4.0.1</easyexcel.version> </properties> <dependencyManagement> <dependencies> @@ -63,7 +65,6 @@ <artifactId>assess-admin</artifactId> <version>${assess.version}</version> </dependency> - <!--MyBatis分页插件--> <dependency> <groupId>com.github.pagehelper</groupId> @@ -151,6 +152,19 @@ <version>${kaptcha.version}</version> </dependency> + <!-- io常用工具类 --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons.io.version}</version> + </dependency> + + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>${easyexcel.version}</version> + </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.9.2