refactor(storage): 新增存储模块 - 本地和 S3 两种存储模式

This commit is contained in:
吴泽威
2024-12-30 21:01:26 +08:00
parent eb2cac54f7
commit bf2e30e560
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>