From 1c6e572d2d452949ac6b9f75198e1026cc8cb607 Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期五, 27 五月 2022 16:07:55 +0800 Subject: [PATCH] 增加 检验统一返回状态码的提示 --- pom.xml | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 7601292..8cc4bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,17 @@ <artifactId>jaxb-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.9</version> + <exclusions> + <exclusion> + <artifactId>dom4j</artifactId> + <groupId>dom4j</groupId> + </exclusion> + </exclusions> + </dependency> <!--鑵捐浜� cos--> <dependency> @@ -43,6 +54,11 @@ <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> + </dependency> + + <dependency> + <groupId>com.huaweicloud</groupId> + <artifactId>esdk-obs-java</artifactId> </dependency> <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on --> @@ -256,10 +272,22 @@ <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> + + <dependency> + <groupId>com.dtflys.forest</groupId> + <artifactId>spring-boot-starter-forest</artifactId> + <version>1.5.0-RC2</version> + </dependency> + + <!-- redis --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> </dependencies> <build> - <finalName>hx-demoboot</finalName> + <finalName>hx-common</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0