This commit is contained in:
zhangchenbiao
2023-06-09 10:38:08 +08:00
parent b8d6917359
commit 44d99cedef
3 changed files with 88 additions and 5 deletions

View File

@@ -29,6 +29,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
</dependency>
</dependencies>