feat(storage): 新增 S3 存储模块,重构本地存储

This commit is contained in:
liquor
2025-01-16 13:36:48 +00:00
committed by Charles7c
parent 13c4253b29
commit e11c7a0d8c
29 changed files with 2437 additions and 196 deletions

View File

@@ -13,10 +13,10 @@
<description>ContiNew Starter 存储模块 - 本地存储</description>
<dependencies>
<!-- Spring Web MVC 模块 -->
<!--存储 - 核心模块-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<groupId>top.continew</groupId>
<artifactId>continew-starter-storage-core</artifactId>
</dependency>
</dependencies>
</project>