feat(storage): 新增存储模块 - 本地存储

This commit is contained in:
2023-12-17 23:50:21 +08:00
parent c4459d1b8d
commit cd6826a0ab
7 changed files with 196 additions and 0 deletions

View File

@@ -257,6 +257,13 @@
<version>${revision}</version>
</dependency>
<!-- 存储模块 - 本地存储 -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-storage-local</artifactId>
<version>${revision}</version>
</dependency>
<!-- 日志模块 - HttpTraceProSpring Boot Actuator HttpTrace 定制增强版) -->
<dependency>
<groupId>top.charles7c.continew</groupId>