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

This commit is contained in:
zhuoda
2025-04-06 20:25:06 +08:00
parent 1abe2ee05e
commit ce0551696a
16 changed files with 34 additions and 23 deletions

View File

@@ -31,4 +31,4 @@
AND INSTR(`tables`.table_name,#{queryForm.tableNameKeywords})
</if>
</select>
</mapper>
</mapper>

View File

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