From 3f40721b45fda889f1e48598ef1aa833d09a271e Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期二, 12 七月 2022 19:22:14 +0800 Subject: [PATCH] 文件处理 --- pom.xml | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index ba62efd..f759c02 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,11 @@ <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 --> <dependency> <groupId>org.bouncycastle</groupId> @@ -134,6 +139,12 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + <!--<scope>provided</scope>--> </dependency> <!-- mybatis鑷姩鐢熸垚 --> @@ -273,10 +284,23 @@ <artifactId>spring-boot-starter-forest</artifactId> <version>1.5.0-RC2</version> </dependency> + + <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter --> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson-spring-boot-starter</artifactId> + </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