Commit Graph

65 Commits

Author SHA1 Message Date
6324a5af88 chore: 优化部分配置及注释 2024-09-04 20:16:11 +08:00
e17d5db0fb chore: 优化全局异常配置,状态信息不再显示原生异常错误信息 2024-08-26 22:06:14 +08:00
d7621c6b26 chore: continew-starter 2.4.0 => 2.5.0
1.continew-starter-log-httptrace-pro => continew-starter-log-interceptor
2.移除 WebMvcConfiguration 配置(已迁移到 Starter 项目)
3.Starter 全局响应(新)适配,自定义异常拦截调整到 Admin 项目
4.部分 API 调整
2024-08-07 20:27:27 +08:00
359d902255 release: v3.2.0 2024-08-05 20:41:58 +08:00
KAI
ce1acea153 feat: 新增任务调度模块
SnailJob(灵活,可靠和快速的分布式任务重试和分布式任务调度平台)
2024-07-18 07:20:00 +00:00
d733b7f166 refactor: 移动 SaToken 配置到 webapi 模块 2024-07-01 22:08:02 +08:00
5604fe9578 refactor: 重构适配 ContiNew Starter 最新线程池配置 2024-06-30 22:56:36 +08:00
54bc832ba2 chore: 更新 GitHub 相关仓库链接 2024-06-20 22:38:28 +08:00
bdff57c920 release: v3.1.0 2024-06-16 18:32:36 +08:00
3bf3372899 feat: 禁止密码过期用户访问业务接口 2024-06-15 22:44:32 +08:00
d5f3c7417a perf: 使用 CompletableFuture 实现异步加载用户权限、角色代码和角色信息,以提高登录时的性能和响应速度 2024-06-15 12:01:24 +08:00
c75e99e065 chore: 更新版本号为 3.1.0-SNAPSHOT 2024-05-04 21:33:25 +08:00
962b0b7431 release: v3.0.1 2024-05-03 15:55:48 +08:00
23a0baf427 release: v3.0.0 2024-04-27 21:38:13 +08:00
08eeabc47d chore: top.charles7c.continew => top.continew
1.groupId 及基础包名调整,更短的包名,优化品牌形象
2.全局代码格式化
2024-04-22 20:29:17 +08:00
c021feb48d chore: 更新版本号为 3.0.0-SNAPSHOT 2024-03-24 16:31:42 +08:00
e5cddd05ba release: v2.5.0 2024-03-23 21:59:37 +08:00
7031a51cd4 refactor(generator): 重构代码生成配置
Closes #42
2024-03-11 21:22:54 +08:00
948f904ca9 chore: 调整代码生成配置到 generator 模块 2024-03-06 21:51:33 +08:00
87829d3ce8 refactor: 抽取代码生成器插件模块(后续会改造为独立插件) 2024-03-05 22:54:21 +08:00
69355678b5 chore: 更新版本号为 2.5.0-SNAPSHOT 2024-02-16 19:31:59 +08:00
2f0d5d6b63 release: v2.4.0 2024-02-16 18:41:18 +08:00
4779887751 refactor: 调整自增 ID 为分布式 ID
使用 CosId 提供的雪花算法实现
2024-02-13 22:06:34 +08:00
dc5425dd67 refactor: 修正部分配置 2024-02-06 00:01:18 +08:00
a50d857c41 refactor: 优化图形验证码使用及部分配置 2024-02-04 23:36:43 +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
jasmine
e4180fb976 feat: 集成TLog,轻量级的分布式日志标记追踪神器
* 集成TLog,轻量级的分布式日志标记追踪神器
2024-01-30 13:40:49 +00:00
2df4cceedd chore: 优化 API 文档分组配置 2024-01-23 20:12:39 +08:00
44f9b2be34 chore: 更新版本号 2024-01-22 20:20:05 +08:00
4fd9fffcb7 release: v2.3.0 2024-01-21 10:57:21 +08:00
29336855a5 chore: 移除过期配置 2024-01-20 12:14:57 +08:00
4fefdc75c2 docs: 优化项目简介 2024-01-09 20:34:40 +08:00
75d627b47d chore: 更新版本号 2024-01-02 22:32:26 +08:00
19ecbc934a release: v2.2.0 2024-01-01 00:18:06 +08:00
5e370254dd refactor: 重构原有文件上传接口并优化配置文件配置格式
移除 ContiNew Starter 本地存储依赖
2023-12-29 21:44:34 +08:00
5a767c959a refactor: 适配 ContiNew Starter 日志调整 2023-12-23 22:49:18 +08:00
084942630a refactor: 适配 ContiNew Starter 数据权限解决方案(数据访问模块-MyBatis Plus)
1.移除数据权限相关内容,适配 ContiNew Starter 数据权限解决方案
2.适配 ContiNew Starter 部分包结构变动
2023-12-21 23:24:11 +08:00
4a50e7290e style: 优化部分注释 2023-12-21 21:08:38 +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
3ece42b94e style: 调整枚举配置值为大写 2023-12-12 20:39:33 +08:00
108f1c4ae7 refactor: 优化 API 文档配置 2023-12-12 20:36:46 +08:00
f3fd539491 chore: 更新版本号 2023-12-03 13:35:08 +08:00
d6de317435 release: v2.1.0 2023-12-03 11:40:17 +08:00
b86fe329d0 refactor: 💥 项目包结构 top.charles7c.cnadmin => top.charles7c.continew.admin 2023-11-30 21:27:06 +08:00
feef427d41 refactor: 优化部分配置及工具类使用,适配最新 ContiNew Starter
IpUtils 已经提取到 ContiNew Starter
2023-11-26 14:36:52 +08:00
af9ed39dd8 refactor: 优化部分配置,移除过期类 2023-11-26 11:45:09 +08:00
1dd1be9f23 fix: 修复过期配置使用 2023-11-25 21:29:19 +08:00