feat(ai-report): 新增MinIO文件存储服务
- 添加AiReportFileConst和AiReportFileExtensionConst常量类 - 实现AiReportMinioStorageService存储服务 - 添加AiReportMinioProperties配置类 - 集成MinIO依赖到ai-report-common模块 - 配置应用yml中的ai-report桶设置 - 更新报告模型控制器使用MinIO存储服务 - 修改报告模型文件存储组件集成MinIO - 添加相关单元测试验证功能
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.njcn.gather</groupId>
|
||||
<artifactId>ai-report-common</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>njcn-common</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user