From 8a92712c881f3b487d926fe4638ff94bd414e4c1 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 26 七月 2022 10:05:20 +0800 Subject: [PATCH] 报案人是否进群 --- pom.xml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 2b8c206..80be62e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> + <!--validatedX--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> <!-- 瀹炰綋绫� --> <dependency> <groupId>org.projectlombok</groupId> @@ -82,12 +87,28 @@ <artifactId>swagger-bootstrap-ui</artifactId> <version>1.9.6</version> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>3.0.5</version> + </dependency> <!-- hutool 宸ュ叿鍖� --> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.3</version> </dependency> + <!-- 鏉冮檺楠岃瘉 --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-security</artifactId> + </dependency> + <!-- JWT --> + <dependency> + <groupId>com.auth0</groupId> + <artifactId>java-jwt</artifactId> + <version>3.19.2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0