Commit Graph

145 Commits

Author SHA1 Message Date
118e307f3e release: v3.7.0
Closes #ICECEY
2025-06-13 23:54:18 +08:00
1ef54174b0 build: continew-starter 2.12.0 => 2.12.1
1.原 Web 工具类迁移到 core 模块
2.pom.xml 增加 name 和 packaging 标签
3.使用 WebSocketUtils.sendMessage 群发消息
4.Jackson 大数值序列化增加多模式支持
2025-06-09 22:03:56 +08:00
59daee7948 build: continew-starter 2.11.0 => 2.12.0
1.使用 PasswordEncoderConstants 常量
2.兼容redis没配置密码时出现redisson实例化失败的问题
3.修复导出时无法正确捕捉异常的问题
4.修复默认 Response 类 msg 传递污染的问题
5.修复 /file/ 注册资源映射时被解析为 /file//** 的问题
2025-05-17 14:40:18 +08:00
5922bce0b0 build: 更新项目版本号至3.7.0-SNAPSHOT 2025-05-08 21:10:30 +08:00
274aff59c7 release: v3.6.0 2025-04-13 20:18:51 +08:00
82d8dc3985 build: continew-starter 2.10.0 => 2.11.0
1.SaToken 升级适配
2.DictField 注解 => DictModel
3.BaseIdResp => IdResp
4.CRUD 删除接口由 URL 传参重构为请求体传参
5.访问日志打印问题修复等
2025-04-13 18:00:17 +08:00
cae6da298c build: continew-starter 2.9.0 => 2.10.0
1.适配限流模块、链路追踪模块、访问日志等配置调整
2.适配Crud模块 API 命名变化(add => create、detail => get)
3.适配 sa-token、snail-job 升级变化
2025-03-26 22:58:21 +08:00
coderxslee
b769d2bf9e chore: 修改 pom.xml 注释内中文符号为英文符号 2025-03-24 14:56:52 +00:00
1044b68eb8 build: 更新项目版本号至3.6.0-SNAPSHOT 2025-03-13 21:28:41 +08:00
9b53e6dc58 release: v3.5.0 2025-03-05 21:39:12 +08:00
9eb0252d09 chore: continew-starter 2.8.3 => 2.9.0
1.使用 QueryWrapperHelper#sort 优化部分排序
2025-02-14 22:52:09 +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
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
d12c68d243 chore: continew-starter 2.8.0 => 2.8.1 2025-01-06 21:29:35 +08:00
6bcff7244f chore: continew-starter 2.7.5 => 2.8.0
1.log 模块包调整
2.修复 PageResp 手动分页计算错误
3.依赖升级
2024-12-25 22:11:57 +08:00
cdd1c632bf release: v3.4.1 2024-12-08 20:19:43 +08:00
d7ae7b4e42 chore: continew-starter 2.7.4 => 2.7.5
1.BaseServiceImpl 所在包调整
2.BaseController 改为在 Admin common 模块编写(重构权限校验 checkPermission 处理)
3.CRUD ValidateGroup => CrudValidationGroup
4.Admin ValidateGroup => ValidationGroup
5.修复 Query 查询数组范围报错

Closes #IB8711
2024-12-06 22:06:23 +08:00
935fc2ddb9 release: v3.4.0 2024-11-18 23:25:07 +08:00
66f55cdf70 chore: continew-starter 2.7.3 => 2.7.4 2024-11-18 23:19:34 +08:00
556f6c33b1 chore: continew-starter 2.7.2 => 2.7.3
1.CrudApi GET => DETAIL(支持详情权限)
2.适配 CharConstants
3.适配 EnumValue 校验器
2024-11-15 22:25:30 +08:00
1ddac12cd2 chore: continew-starter 2.7.1 => 2.7.2
1.重构代码生成(PostgreSQL 数据库兼容更完整)
2.适配 Tree 树结构生成
3.适配字典扩展配置
2024-11-13 22:36:08 +08:00
c276e53a8e refactor: 优化项目模块命名(简化、分类、统一) 2024-10-30 23:01:54 +08:00
aadaa5b4a7 refactor: 迁移能力开放模块到插件模块,重构拆分 liquibase 脚本结构 2024-10-27 13:22:04 +08:00
cz176
f7741832bd feat: 新增能力开放模块应用管理功能 2024-10-27 09:48:22 +08:00
67589a7356 chore: continew-starter 2.6.0 => 2.7.0
移除多数据源(有需要自行引入)
引入数据权限组件(独立出来)
调整包名及其他命名调整
2024-09-28 23:26:02 +08:00
302f21867a release: v3.3.0 2024-09-09 19:45:37 +08:00
c87317d199 chore: continew-starter 2.5.2 => 2.6.0
修复更新加密失效
修复特殊校验异常不打印堆栈
其他优化

Closes #84
2024-09-07 19:00:06 +08:00
0f1479f40d chore: continew-starter 2.5.1 => 2.5.2
接口文档显示优化
增强 SQL 注入防御
2024-08-15 00:07:59 +08:00
62d99b8a4e chore: continew-starter 2.5.0 => 2.5.1
调整 apply 中 SQL 函数的使用方式,以避免 SQL 注入
2024-08-13 00:24:18 +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
5b2e3d8410 chore: continew-starter 2.3.0 => 2.4.0
1.IBaseEnum => BaseEnum
2.移除 Jackson BaseEnum 配置(已迁移到 Starter 项目)
3.修复导出报错
4.接口文档枚举显示增强
2024-07-31 22:35:45 +08:00
eb8fe92088 chore: continew-starter 2.2.0 => 2.3.0 2024-07-18 23:56:20 +08:00
48aae87764 refactor: 移动日志配置和依赖至 webapi 模块 2024-07-18 22:40:07 +08:00
KAI
ce1acea153 feat: 新增任务调度模块
SnailJob(灵活,可靠和快速的分布式任务重试和分布式任务调度平台)
2024-07-18 07:20:00 +00:00
52f3be8ee3 feat: 新增 continew-admin-plugins 插件模块,代码生成迁移到插件模块,为后续插件化改造铺垫 2024-07-01 22:32:23 +08:00
88413b86a1 chore: continew-starter 2.1.1 => 2.2.0 2024-06-30 22:55:20 +08:00
737b6891dd chore: continew-starter 2.1.0 => 2.1.1
1、IpUtils 获取 IPv4 归属地方法重命名
2、CurrentUserProvider => WebSocketClientService
2024-06-23 12:48:20 +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
51d05a263a chore: continew-starter 2.0.2 => 2.1.0 2024-06-05 20:49:54 +08:00
4198cb75eb chore: continew-starter 2.0.1 => 2.0.2
1、修复代码生成查询数据表分页错误
2、修复导出报错(版本冲突)
3、修复行为验证码频率校验失效
2024-05-20 23:40:22 +08:00
fac7c866ee chore: continew-starter 2.0.0 => 2.0.1 2024-05-13 23:37:10 +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
e2d0be1ba0 fix: 修复打包错误 2024-04-22 21:08:14 +08:00
08eeabc47d chore: top.charles7c.continew => top.continew
1.groupId 及基础包名调整,更短的包名,优化品牌形象
2.全局代码格式化
2024-04-22 20:29:17 +08:00
b6206a3346 chore: 移除 monitor 模块 2024-04-18 20:00:31 +08:00
f5ab22eedf chore: 适配 continew-starter 2.0.0,top.charles7c.continew => top.continew
groupId 及基础包名调整,更短的包名,聚合品牌形象
2024-04-17 23:06:39 +08:00