update 优化 将 OSS配置 改为全局模式 降低使用难度 保留sql便于用户自行扩展(常规项目用不上配置分多租户)

This commit is contained in:
疯狂的狮子Li
2023-12-07 15:20:34 +08:00
parent 6004ec8ead
commit 0d43512d64
5 changed files with 15 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ public interface CacheNames {
/**
* OSS配置
*/
String SYS_OSS_CONFIG = "sys_oss_config";
String SYS_OSS_CONFIG = GlobalConstants.GLOBAL_REDIS_KEY + "sys_oss_config";
/**
* 在线用户