|
af1079da6d
|
refactor(tenant): 优化租户相关代码
|
2025-07-15 20:09:54 +08:00 |
|
小熊
|
ed6dd65a51
|
feat(plugin/tenant): 新增多租户插件模块 (#175)
|
2025-07-10 20:38:59 +08:00 |
|
|
c5092aa618
|
fix: 修复升级遗漏的 CrudApi 替换(单个删除和批量删除已拆分为两个API,由于项目前端之前已经统一改造为批量删除,所以需要调整)
|
2025-07-06 21:38:11 +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 |
|
|
efb65c21a1
|
refactor: 为 Mapper 接口增加 Mapper 注解,以消除 IDEA 警告标志(减少小白咨询)
实际它并不影响运行,但为了减少麻烦,加上不报警告,那就加上吧
|
2025-07-04 20:58:51 +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 |
|
|
4ae716c34f
|
style: 统一请求参数、响应参数注释
|
2025-04-16 21:46:08 +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 |
|
|
19639c946a
|
refactor: 用 @Email 和 @Mobile 注解替换了部分验证,提高了代码可读性,修改了多处错误提示信息,使其更加友好
|
2025-03-27 21:21:53 +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 |
|
|
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 |
|
|
498e680672
|
refactor: 调整 starter 内的 BaseDO、BaseCreateDO、BaseUpdateDO 到 admin 项目
|
2025-01-12 23:16:21 +08:00 |
|
|
144251b21e
|
refactor: 调整 starter 内的 BaseResp、BaseDetailResp 到 admin 项目
|
2024-12-27 20:48:38 +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 |
|
|
22b3564a22
|
refactor(open): 优化 API 参数签名处理
|
2024-11-20 20:41:21 +08:00 |
|
|
66f55cdf70
|
chore: continew-starter 2.7.3 => 2.7.4
|
2024-11-18 23:19:34 +08:00 |
|
|
4454daa9e0
|
refactor(open): 优化应用管理代码
|
2024-11-18 23:17:39 +08:00 |
|
|
d1b38242b9
|
refactor(open): 重构及优化应用管理代码
|
2024-11-17 22:18:02 +08:00 |
|
|
c276e53a8e
|
refactor: 优化项目模块命名(简化、分类、统一)
|
2024-10-30 23:01:54 +08:00 |
|