|
f1a87b4c23
|
build: 升级环境版本 mysql 8.0.33 => 8.0.42,redis 7.2.3 => 7.2.8,nginx 1.25.3 => 1.27.0
|
2025-06-14 21:15:59 +08:00 |
|
|
71fee0f58d
|
build: 优化模块命名 continew-webapi => continew-server,continew-module-system => continew-system
|
2025-06-14 21:08:38 +08:00 |
|
|
23fbb3d877
|
build: 更新项目版本号至4.0.0-SNAPSHOT
|
2025-06-14 20:43:21 +08:00 |
|
|
7bed5a51be
|
release: v3.7.0
Closes #ICECEY
|
2025-06-13 23:56:04 +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 |
|
|
0331d4b03b
|
docs: 更新 README 部分技术栈版本号
|
2025-05-17 19:11:06 +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 |
|
|
be5bfc8a5b
|
revert: 还原 终端 => 客户端(终端容易被误解)
|
2025-04-15 22:26:16 +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 |
|
|
3b902b4d22
|
docs: 更新官网相关链接
|
2025-04-12 20:07:01 +08:00 |
|
|
c041496f65
|
refactor(schedule): 重构任务调度模块,使用 OpenFeign 替代 WebClient
|
2025-03-28 23:07:52 +08:00 |
|
|
3408e4d01c
|
docs: 更新 README 文档
|
2025-03-27 21:23:54 +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 |
|
|
1044b68eb8
|
build: 更新项目版本号至3.6.0-SNAPSHOT
|
2025-03-13 21:28:41 +08:00 |
|
|
b6f01bc2d0
|
refactor(common): 优化文件大小限制的错误提示信息
- 使用 Hutool 的 FileUtil 类将文件大小转换为更易读的格式
- 更新 README 中的 ContiNew Starter 版本号至 2.9.0
|
2025-03-06 21:00:37 +08:00 |
|
|
9b53e6dc58
|
release: v3.5.0
|
2025-03-05 21:39:12 +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 |
|
|
8fdcde62d5
|
docs: 更新 README 文档
|
2024-12-09 13:08:32 +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 |
|
|
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 |
|
|
be484081be
|
docs: 更新 README 文档
|
2024-08-01 22:03:13 +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 |
|
|
9f773c99ee
|
docs: 调整项目源码链接
|
2024-07-24 20:41:00 +08:00 |
|
|
eb8fe92088
|
chore: continew-starter 2.2.0 => 2.3.0
|
2024-07-18 23:56:20 +08:00 |
|
|
52f3be8ee3
|
feat: 新增 continew-admin-plugins 插件模块,代码生成迁移到插件模块,为后续插件化改造铺垫
|
2024-07-01 22:32:23 +08:00 |
|
|
d733b7f166
|
refactor: 移动 SaToken 配置到 webapi 模块
|
2024-07-01 22:08:02 +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 |
|
|
209f0e3ceb
|
docs: 更新 README 文档
|
2024-05-07 22:06:40 +08:00 |
|