Compare commits

...

3 Commits

Author SHA1 Message Date
xiaozhi bb68d9e227 Merge remote-tracking branch 'origin/future/6.X' into future/6.X 2026-06-13 18:02:17 +08:00
lau b177620e66 fix 客户端导出报错修复,暂不支持List字段导出 2026-06-13 18:02:12 +08:00
疯狂的狮子Li d50631575a update springboot 4.1.0
update springdoc 3.0.3
update fesod 2.0.2
update hutool 5.8.46
update redisson 4.5.0
update mica-mqtt 2.6.5
2026-06-11 14:48:47 +08:00
2 changed files with 2 additions and 2 deletions
@@ -137,7 +137,7 @@ spring.data:
# 数据库索引 # 数据库索引
database: 0 database: 0
# redis 密码必须配置 # redis 密码必须配置
password: ruoyi123 # password: ruoyi123
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
# 是否开启ssl # 是否开启ssl
@@ -54,12 +54,12 @@ public class SysClientVo implements Serializable {
/** /**
* 授权类型 * 授权类型
*/ */
@ExcelProperty(value = "授权类型")
private List<String> grantTypeList; private List<String> grantTypeList;
/** /**
* 授权类型 * 授权类型
*/ */
@ExcelProperty(value = "授权类型")
private String grantType; private String grantType;
/** /**