feat(storage): 集成MinIO对象存储支持
- 添加MinIO配置属性类MinioProperties - 实现MinIO文件上传服务MinioService - 在CommonController中增加MinIO上传逻辑分支 - 支持单文件和多文件的MinIO上传处理 - 保留原有本地文件上传作为备选方案- 添加MinIO Java SDK依赖到框架模块 - 移除重复的Spring Context依赖声明
This commit is contained in:
@@ -127,6 +127,14 @@ springdoc:
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.ruoyi.web.controller.tool
|
||||
|
||||
# MinIO配置
|
||||
minio:
|
||||
enabled: true
|
||||
endpoint: http://49.232.154.205:10900
|
||||
access-key: 4EsLD9g9OM09DT0HaBKj
|
||||
secret-key: 05SFC5fleqTnaLRYBrxHiphMFYbGX5nYicj0WCHA
|
||||
bucket: rtsp
|
||||
|
||||
# 防止XSS攻击
|
||||
xss:
|
||||
# 过滤开关
|
||||
|
||||
Reference in New Issue
Block a user