Commit Graph

184 Commits

Author SHA1 Message Date
50fc95802b docs: 文档、演示站点迁移至 continew.top 2024-04-21 18:30:14 +08:00
4363c91872 refactor: 移除菜单导出接口 2024-04-18 19:48:01 +08:00
f5ab22eedf chore: 适配 continew-starter 2.0.0,top.charles7c.continew => top.continew
groupId 及基础包名调整,更短的包名,聚合品牌形象
2024-04-17 23:06:39 +08:00
6beceaa9a2 refactor: 优化存储管理 2024-04-15 22:10:38 +08:00
f8bea90193 refactor: 文件管理查询 API 调整为分页查询 2024-04-14 21:54:31 +08:00
5269608c61 refactor: 优化用户管理相关 API 2024-04-14 12:19:15 +08:00
df59cee985 refactor: 优化角色管理相关 API,角色编码不允许修改 2024-04-14 00:16:25 +08:00
9ec594509f refactor: 优化字典管理相关 API
1.合并 DictResp 及 DictDetailResp
2.合并 DictItemResp 及 DictItemDetailResp
3.字典项增加状态 status 字段
2024-04-11 20:48:14 +08:00
f7b5a4ff8d refactor: 优化存储管理相关 API,合并 StorageResp 及 StorageDetailResp 2024-04-10 22:17:00 +08:00
a2cf072609 refactor: 优化部门管理相关 API,合并 DeptResp 及 DeptDetailResp 2024-04-10 21:27:46 +08:00
bd0f40c6ad feat: 系统日志新增导出 API 2024-04-09 21:33:52 +08:00
7793f82009 refactor: 重构日志管理相关接口 2024-03-25 23:25:37 +08:00
Yoofff
040f137934 feat(generator): 新增代码批量生成功能 2024-03-23 13:52:17 +00:00
df0c0dd7dc refactor(generator): 重构代码生成功能,由指定路径生成模式调整为下载模式,更方便复杂场景
Closes #40
2024-03-15 00:24:16 +08:00
b40d872bc4 refactor: 优化部分接口响应格式为 kv 格式 2024-03-06 22:53:10 +08:00
87829d3ce8 refactor: 抽取代码生成器插件模块(后续会改造为独立插件) 2024-03-05 22:54:21 +08:00
976e9c43df fix: 修复参数缓存未及时过期的问题 2024-02-20 22:19:34 +08:00
3405868c7f refactor: 适配 ContiNew Starter 日志及数据库工具的包结构优化 2024-02-19 21:28:40 +08:00
0f393845a1 refactor: 优化字符串模板方法 API 使用 2024-02-18 22:47:18 +08:00
a50d857c41 refactor: 优化图形验证码使用及部分配置 2024-02-04 23:36:43 +08:00
45307a8054 refactor: 优化代码,修复 sonar 提示:detected in this expression, review this potentially hard-coded password. 2024-02-03 13:31:24 +08:00
6d959f5e3e refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题:补充部分泛型、调整部分 Boolean 类型判断、将部分不必要的(无集合长度变动) collect(Collectors.toList()); 转换为 toList()
2024-02-03 11:43:05 +08:00
3d77aa91ee refactor: 取消用户默认密码,改为表单填写密码
1.修复 Sonar 扫描问题
2.优化部分代码
2024-02-02 23:44:21 +08:00
b9ce3f56f1 refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
2024-02-02 22:48:49 +08:00
70973db71f refactor: 优化 SaToken 及图形验证码配置 2024-02-02 21:23:26 +08:00
bef0732f63 refactor: 适配 ContiNew Starter 密码编码器(安全模块)、链路跟踪(Web 模块)
并适配 ContiNew Starter CRUD 模块包调整
2024-02-01 22:42:57 +08:00
8fe85e3a90 style: 优化部分代码及注释格式 2024-01-31 00:35:53 +08:00
6efe1ad6f4 chore: 调整部分类的所在包 2024-01-20 12:13:09 +08:00
8dc42c7a21 chore: 调整部分类的所在包 2024-01-18 23:35:07 +08:00
7fa70e7407 refactor: 适配 ContiNew Starter CRUD 模块注解 2024-01-17 21:51:54 +08:00
1b7aa9db0c refactor: 优化部分 JetCache 缓存定义 2024-01-14 19:54:35 +08:00
d4bb39d9b4 refactor: 移除 Spring Cache,初步适配 JetCache
1.移除 ContiNew Starter Spring Cache
2.初步适配 ContiNew Starter JetCache
3.优化缓存键前缀常量的使用
2024-01-14 14:39:41 +08:00
754de79200 refactor: 适配 ContiNew Starter Spring Cache(缓存模块) 2024-01-13 23:54:04 +08:00
706e488e84 style: 优化部分代码格式
1.部分方法返回调整为内联
2.已抽取 ExcelBaseEnumConverter 至 ContiNew Starter CRUD 模块
3.移除无用类 UpdateStatusReq
2024-01-13 16:13:12 +08:00
35e31233c5 style: 优化全局代码格式 2024-01-10 22:08:45 +08:00
d8c946e801 refactor: PageDataResp => PageResp 2024-01-03 22:18:50 +08:00
cd97ea8873 refactor: 文件列表查询由分页调整为全部列表 2023-12-31 15:30:09 +08:00
06887604fd refactor: 完善部分校验、注释,优化部分后端代码格式 2023-12-30 23:01:14 +08:00
89e4326290 feat: 存储管理适配后端 API 2023-12-30 20:37:00 +08:00
9a30da9334 feat: 文件管理适配详情、下载,音视频、图片文件允许在线打开 2023-12-30 14:44:32 +08:00
5e370254dd refactor: 重构原有文件上传接口并优化配置文件配置格式
移除 ContiNew Starter 本地存储依赖
2023-12-29 21:44:34 +08:00
Bull-BCLS
eab53520c8 feat: 发送短信适配 ContiNew Starter 行为验证码 2023-12-28 23:47:44 +08:00
5a2c5be088 feat: 新增部分存储库管理后端 API 2023-12-26 22:58:29 +08:00
483c1b4526 chore: 升级后端依赖 2023-12-24 11:49:44 +08:00
4c24aea560 feat: 新增部分文件管理后端 API 2023-12-23 15:10:51 +08:00
e6c6e1cb0e refactor: 调整 IBaseEnum 所属包 2023-12-22 21:09:13 +08:00
401702972f feat(tool/generator): 代码生成新增生成预览功能 2023-12-19 23:37:02 +08:00
e719d207fb refactor: 发送短信验证码新增限流处理 2023-12-18 21:47:39 +08:00
e3cf2b7e40 refactor: 适配 ContiNew Starter Local Storage(存储模块-本地存储) 2023-12-17 23:51:09 +08:00
9bf015059b refactor: 💥 适配 ContiNew Starter Log(日志模块)
1.continew-starter 1.0.1-SNAPSHOT => 1.1.0-SNAPSHOT
2.日志表结构及相关管理 UI 变更
2023-12-17 14:07:44 +08:00