18 Commits

Author SHA1 Message Date
600f4477c8 refactor(schedule): 暂时下线查询日志详情功能(Snail Job 日志详情 API 变更为 WebSocket 模式) 2025-07-27 14:37:29 +08:00
af1079da6d refactor(tenant): 优化租户相关代码 2025-07-15 20:09:54 +08:00
2138bee42c build: continew-starter 2.12.2 => 2.13.0
1.引入 continew-starter-validation(从 core 拆分)、sa-token-sign(从 sa-token-core 拆分并调整了部分 API)
2.Starter import 包路径调整
- EasyExcel 替换为 FastExcel:com.alibaba.excel(EasyExcel) => cn.idev.excel(FastExcel)
- top.continew.starter.file.excel => top.continew.starter.excel
- top.continew.starter.core.validation.constraints => top.continew.starter.validation.constraints
- top.continew.starter.core.validation.ValidationUtils、CheckUtils、Validator => top.continew.starter.core.util.validation
- cn.dev33.satoken.sign => cn.dev33.satoken.sign.template
- top.continew.starter.core.autoconfigure.project => top.continew.starter.core.autoconfigure.application
- top.continew.starter.data.core、top.continew.starter.data.mp => top.continew.starter.data
- top.continew.starter.data.mp.base.BaseMapper => top.continew.starter.data.mapper.BaseMapper
2.Starter 基础类命名调整
CRUD:AbstractBaseController => AbstractCrudController,BaseService => CrudService,BaseServiceImpl => CrudServiceImpl
Core:ProjectProperties(项目配置,project.xxx) => ApplicationProperties(应用配置更为贴切,且变量 application.xx 可以和 Maven 变量显著区分开)
3.groupId 调整:top.continew.starter、top.continew.admin(避免部分童鞋全局替换包名时出现把 starter 也一起替换了!)
4.Admin import 包路径调整:BaseController、BaseDO等 => common.base
5.新增 BaseService、BaseServiceImpl 替代 Starter 原 BaseXxx,方便用户根据项目实际需要重写或新增全局通用接口、方法
6.snail-job server 数据库脚本更新至 v1.5.0
7.Valid 及 Validated 使用梳理(CrudService 支持通过在实现类添加 Validated 注解来实现 Service 层基础校验)
2025-07-05 21:33:45 +08:00
31cdf86eb6 refactor(schedule): 使用 Snail Job Open API(SDK API) 替换修改状态接口
目前 Snail Job Open API(SDK API) 的设计偏向于后端代码内直接使用的场景,区别于它的 Web API。
如果你需要创建任务并获取到 ID,可以通过它的 Open API 来直接创建。

Closes #171
2025-06-21 11:42:46 +08:00
0322c3ecf2 chore: 格式化部分代码 2025-06-15 17:58:42 +08:00
93bd70dc5c refactor: 拆分接口文档分组配置及 controller 到各自模块 2025-06-14 22:12:05 +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
9d6d7984d5 refactor(schedule): 新增自定义异常优化任务管理错误提示 2025-05-21 22:24:05 +08:00
056eb8a373 feat(schedule): 新增 ConditionalOnEnabledScheduleJob 注解 2025-05-18 15:33:38 +08:00
bf3e1590fa style: 统一请求参数、响应参数注释 2025-04-17 21:57:09 +08:00
4ae716c34f style: 统一请求参数、响应参数注释 2025-04-16 21:46:08 +08:00
c041496f65 refactor(schedule): 重构任务调度模块,使用 OpenFeign 替代 WebClient 2025-03-28 23:07:52 +08:00
19639c946a refactor: 用 @Email 和 @Mobile 注解替换了部分验证,提高了代码可读性,修改了多处错误提示信息,使其更加友好 2025-03-27 21:21:53 +08:00
7d4ae0b35a refactor: 移除 DateTimeFormat 注解的使用,日期类型统一改为 LocalDateTime
starter-web 模块已支持 Query 日期时间转换
2025-03-26 23:17:11 +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
144251b21e refactor: 调整 starter 内的 BaseResp、BaseDetailResp 到 admin 项目 2024-12-27 20:48:38 +08:00
3116836b01 chore: 优化部分注释 2024-11-17 21:58:55 +08:00
c276e53a8e refactor: 优化项目模块命名(简化、分类、统一) 2024-10-30 23:01:54 +08:00