10 Commits

Author SHA1 Message Date
司马琦昂
d95bb15beb fix: 修复 PostgreSQL JDBC URL 配置及部分 SQL 语法错误 (#178) 2025-07-27 09:19:37 +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
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
0f3e94f32f feat: 重构公告及消息,公告支持系统消息推送提醒、定时发布、置顶、记录读取状态 2025-05-20 22:35:31 +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
6bcff7244f chore: continew-starter 2.7.5 => 2.8.0
1.log 模块包调整
2.修复 PageResp 手动分页计算错误
3.依赖升级
2024-12-25 22:11:57 +08:00
cff83078bb chore(schedule): 完善部分说明 2024-12-22 18:44:55 +08:00
935fc2ddb9 release: v3.4.0 2024-11-18 23:25:07 +08:00
c5cd4e2c28 chore: 优化任务调度服务端配置 2024-11-14 21:24:17 +08:00
c276e53a8e refactor: 优化项目模块命名(简化、分类、统一) 2024-10-30 23:01:54 +08:00