添加oss redis jar

This commit is contained in:
zkr_liushenlu 2021-03-24 16:37:11 +08:00
parent 9080a5574c
commit 85abaf6956
1 changed files with 7 additions and 0 deletions

View File

@ -101,11 +101,18 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- aliyun oss -->
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
</dependency>
<!-- springboot整合redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
</project>