Commit Graph

1122 Commits

Author SHA1 Message Date
394b93ead5 refactor(system): 重构短信配置功能模块 2025-03-19 22:31:20 +08:00
6b17742a1b refactor(generator): 更新代码生成列表模板 2025-03-18 21:39:21 +08:00
luoqiz
1a4716f3ba feat: 新增短信配置 (#144) 2025-03-17 14:35:17 +08:00
1044b68eb8 build: 更新项目版本号至3.6.0-SNAPSHOT 2025-03-13 21:28:41 +08:00
a300d36d71 refactor(system/dict): 调整字典清除缓存权限 2025-03-13 21:18:48 +08:00
74c4270323 refactor(system/file): 优化文件相关代码 2025-03-13 21:13:38 +08:00
luoqiz
27cf46409a revert: 头像不再存储为 base64,而是存储到文件管理中 (#142) 2025-03-13 09:59:39 +08:00
093d2d3c8a feat(system): 添加字典和菜单缓存清除接口,并优化字典的缓存逻辑
- 在 DictController 中添加清除字典缓存接口
- 在 MenuController 中添加清除菜单缓存接口
- 更新数据库变更脚本,添加相关权限
- 优化字典的缓存逻辑
2025-03-12 22:11:38 +08:00
2e76caa35e fix(generator): 修复前端模板字典码使用错误 2025-03-12 19:58:34 +08:00
de9c9c5abd refactor(config): 优化数据库配置文件
- 移除了不必要的注释和冗余配置
- 调整了部分配置参数
2025-03-10 22:02:08 +08:00
a75c2cc453 refactor(system): 优化文件相关类的属性顺序和注释,增强代码可读性
- 优化文件相关类的属性顺序和注释,增强代码可读性
- 优化 File、Message 相关代码的包结构
2025-03-08 18:32:43 +08:00
luoqiz
42970d91eb refactor(system/file): 文件添加路径和md5值 (#138) 2025-03-08 17:56:51 +08:00
715b950fa4 chore: 优化演示环境数据清理定时任务逻辑 2025-03-07 22:49:00 +08:00
b6f01bc2d0 refactor(common): 优化文件大小限制的错误提示信息
- 使用 Hutool 的 FileUtil 类将文件大小转换为更易读的格式
- 更新 README 中的 ContiNew Starter 版本号至 2.9.0
2025-03-06 21:00:37 +08:00
luoqiz
d83fd0d5cb refactor: 上传文件后返回id及缩略图 (#137)
Closes #132
2025-03-06 13:39:15 +08:00
9b53e6dc58 release: v3.5.0 v3.5.0 2025-03-05 21:39:12 +08:00
luoqiz
82f3df59c3 fix(generator): 修复代码生成 PgSQL 菜单权限错误 (#136) 2025-03-05 18:19:54 +08:00
37d6efb70e refactor(system/storage): 重构存储管理,新增设置默认存储、修改状态接口
S3 => OSS
2025-03-04 21:29:56 +08:00
98569ae205 fix(generator): 优化 Mapper XML 文件生成位置
Closes #134
2025-03-02 21:13:49 +08:00
c6e33b8e71 chore: 优化 Issue 模板 2025-03-02 20:38:27 +08:00
f7fe9dbfe7 chore(generator): 完善前端模板 2025-02-27 22:44:30 +08:00
0a62f81ad7 fix(system/role): 修复角色菜单权限缓存未清理错误,优化角色菜单缓存逻辑
Closes #IBNENK
2025-02-27 20:02:53 +08:00
65941c1ee4 chore: 调整日志 module 字段长度 50 => 100 2025-02-26 21:27:54 +08:00
82cf4390e8 chore: 客户端管理 => 终端管理 2025-02-26 21:27:28 +08:00
d3369119e0 chore: 优化系统配置 SQL 数据脚本 2025-02-26 21:09:37 +08:00
4efe025b2e feat: 新增NoHandlerFoundException、HttpRequestMethodNotSupportedException异常处理 @dom-w 2025-02-26 20:45:44 +08:00
19c5dbd265 feat: 新增接口文档配置,支持显示 SaToken 权限码 @dom-w 2025-02-26 20:44:17 +08:00
5b76fe9bb9 Revert "feat(system/config): 移除系统管理,新增存储配置"
This reverts commit 6d64f47d3e.
2025-02-26 20:30:06 +08:00
6d64f47d3e feat(system/config): 移除系统管理,新增存储配置 2025-02-25 14:17:53 +00:00
KAI
5f68e84e7d fix: 修复客户端管理设置Token最低活跃频率不生效的问题 2025-02-20 09:34:51 +00:00
144cfa27ce refactor(system/user): 分页列表调整排除用户 ID 列表参数为 roleId,改为后端根据 roleId 查询 2025-02-14 23:01:09 +08:00
9eb0252d09 chore: continew-starter 2.8.3 => 2.9.0
1.使用 QueryWrapperHelper#sort 优化部分排序
2025-02-14 22:52:09 +08:00
wanxp
0e651902f2 chore(schedule): 优化任务调度服务配置,允许用户名密码使用环境变量 (#129) 2025-02-12 11:54:32 +08:00
dd484c9e0d fix: 修复重置演示环境数据定时任务未能正确清除缓存的问题 2025-02-10 21:16:55 +08:00
f6535ef7a3 refactor(system/role): 重构角色管理 2025-02-06 20:36:18 +08:00
ppxb
4caada8c64 fix(mysql): mysql 8.x failing to connect to the database correctly issue (#128) 2025-01-17 15:06:15 +08:00
cefbf82f20 chore: continew-starter 2.8.2 => 2.8.3
1.移除 BaseReq、BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内)
2.移除 BaseReq
3.修复查询条件校验无效的问题
4.调整版本为 3.5.0-SNAPSHOT,方便区分稳定版和快照版
2025-01-16 21:53:08 +08:00
Guaning
aab3931f30 fix(system/log): 修复邮箱登录,手机号登录对应日志没有记录操作人问题 2025-01-14 05:39:57 +00:00
0fab8e4a84 chore(generator): 优化代码生成模板 2025-01-13 23:35:08 +08:00
b7c5fd25bd fix: 修复演示环境任务重置演示环境数据定时任务 2025-01-12 23:28:43 +08:00
498e680672 refactor: 调整 starter 内的 BaseDO、BaseCreateDO、BaseUpdateDO 到 admin 项目 2025-01-12 23:16:21 +08:00
luoqiz
653802efbe feat(generator): 源项目内生成代码文件 (#125) 2025-01-12 22:32:14 +08:00
146f5b2169 chore: continew-starter 2.8.1 => 2.8.2
1.graceful-response 5.0.4-boot3 => 5.0.5-boot3(修复父类参数校验异常)
2.修复日志记录时所属模块和描述取值优先级失效的问题
3.使用 SpringUtils.getProxy 优化部分代码
2025-01-09 21:34:50 +08:00
b5bbdb27e6 chore: 丰富部门、角色、用户初始测试数据,方便开发场景 2025-01-09 21:34:21 +08:00
a24136d6fe chore: 优化登录日志描述 2025-01-09 21:28:57 +08:00
f1d0b491b1 refactor: 调整 starter 内的 CommonUserService、ContainerPool 到 admin 项目 2025-01-09 21:28:14 +08:00
ee46e47361 revert(generator): 还原静态模型变量设置,修复 Menu.ftl 生成报错 2025-01-08 09:20:24 +08:00
d12c68d243 chore: continew-starter 2.8.0 => 2.8.1 2025-01-06 21:29:35 +08:00
OneKr-Billy
a305eac96f fix(system/client): 修复 PostgreSQL 和 MySQL 初始数据脚本错误 (#123) 2025-01-03 18:18:13 +08:00
3fb9922b52 fix: 修复部分过期配置信息 2025-01-02 20:40:48 +08:00