Commit Graph

15 Commits

Author SHA1 Message Date
ad298930db release: v2.12.1 2025-06-09 21:43:40 +08:00
265d90fa4c style: 调整代码风格 null == xx => xx == null(更符合大众风格) 2025-06-01 11:09:12 +08:00
f83a901626 refactor: 移除 web-core,融合 web-core 和 core 模块
1.移除 web-core,融合 web-core 和 core 模块
2.调整部分依赖顺序
2025-05-22 21:49:20 +08:00
ae7a267c1d style: 调整代码风格 null != xx => xx != null(更符合大众风格) 2025-05-17 13:50:59 +08:00
efaef9d7e6 refactor: 统一配置启用属性描述 2025-04-04 17:34:18 +08:00
c9c7c34506 refactor: 优化部分错误提示信息和代码注释 2025-03-18 20:42:46 +08:00
80c0700934 refactor: 解决 Sonar 问题,替换部分过期 API 2025-01-04 19:42:03 +08:00
73b066a88d chore: 优化部分代码格式 2024-12-06 21:01:25 +08:00
93ab4e50cc refactor(data): 使用 Hutool 工具方法替换反射 API,以解决扫描问题 2024-12-06 10:50:56 +08:00
2e9079a909 refactor(core): 拆分字符串常量和字符常量 2024-11-15 21:54:06 +08:00
c7bee0033e feat(data/mp): 新增枚举校验器 2024-11-15 21:53:52 +08:00
673e586aaf refactor(data): Query 范围查询支持数组数据 2024-10-31 20:40:18 +08:00
0c334dadcc chore(data): 移除 QueryIgnore 的无用属性 2024-09-11 22:27:46 +08:00
46773df9dd chore: 优化代码格式 2024-09-11 22:24:46 +08:00
5e0eea2ed8 refactor(data): mybatis-plus => mp,mybatis-flex => mf 2024-08-29 19:47:56 +08:00