feat: 新增部分存储库管理后端 API

This commit is contained in:
2023-12-26 22:58:29 +08:00
parent ed8bb57fe2
commit 5a2c5be088
18 changed files with 981 additions and 15 deletions

View File

@@ -82,6 +82,12 @@
<artifactId>sms4j-spring-boot-starter</artifactId>
</dependency>
<!-- X File Storage一行代码将文件存储到本地、FTP、SFTP、WebDAV、阿里云 OSS、华为云 OBS...等其它兼容 S3 协议的存储平台) -->
<dependency>
<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-spring</artifactId>
</dependency>
<!-- FreeMarker模板引擎 -->
<dependency>
<groupId>org.freemarker</groupId>