v3.16.0 【新增】优化代码生成 字典和文件预览;【新增】代码生成 菜单SQL;【新增】登录页面GIF炫酷图片

This commit is contained in:
zhuoda 2025-04-06 20:59:16 +08:00
parent d4f1806491
commit ec8fb1d69d

View File

@ -79,7 +79,7 @@ server:
# 文件上传 配置 # 文件上传 配置
file: file:
storage: storage:
mode: cloud mode: local
local: local:
upload-path: /home/smart_admin_v3/upload/ #文件上传目录 upload-path: /home/smart_admin_v3/upload/ #文件上传目录
url-prefix: url-prefix:
@ -87,8 +87,8 @@ file:
region: oss-cn-hangzhou region: oss-cn-hangzhou
endpoint: oss-cn-hangzhou.aliyuncs.com endpoint: oss-cn-hangzhou.aliyuncs.com
bucket-name: 1024lab-smart-admin bucket-name: 1024lab-smart-admin
access-key: LTAI5tDnZ1wHwFHWMUNWznK2 access-key:
secret-key: 6tVJ9K2mbrDrcbBLIBRBzho13FZ52t secret-key:
url-prefix: https://${file.storage.cloud.bucket-name}.${file.storage.cloud.endpoint}/ url-prefix: https://${file.storage.cloud.bucket-name}.${file.storage.cloud.endpoint}/
private-url-expire-seconds: 3600 private-url-expire-seconds: 3600