Commit Graph

24 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
danaodai
d99a6a2c2d fix(file/excel): 修复导出时无法正确捕捉异常的问题 2025-05-12 06:35:59 +00:00
7d97026480 refactor(license): 优化 License 模块部分代码 2025-04-29 14:33:11 +00:00
279d72b724 feat(core): BaseEnum 新增 getByValue、getByDescription、isValidValue 方法 2025-01-06 20:56:16 +08:00
Solution-Lin
b9779e8944 refactor(file/excel): 优化 BaseEnum 转换器 (#10) 2025-01-03 11:45:24 +08:00
f2a30e8b74 refactor(extension/crud): 优化部分代码 2024-11-21 20:13:19 +08:00
3535ac64f7 refactor(file/excel): 导出方法增加排除字段参数 2024-09-24 22:07:52 +08:00
46773df9dd chore: 优化代码格式 2024-09-11 22:24:46 +08:00
730df52797 refactor(file/excel): 移动 ExcelBaseEnumConverter 到 excel 模块 2024-07-30 21:22:32 +08:00
1faa46e125 feat(file/excel): 新增 Easy Excel List 集合转换器 2024-05-20 22:56:23 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
c9867844b6 refactor: 优化字符串模板方法 API 使用 2024-02-18 22:44:06 +08:00
0e3d388eb7 refactor: 优化部分代码
移除所有 toString(),修复 Sonar、Codacy 扫描问题
2024-02-03 10:43:32 +08:00
bed51b4831 refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
2024-02-02 22:07:52 +08:00
jasmine
0eb6afabb6 chore: 移除 lombok 依赖
再度精简依赖
2024-01-31 06:02:17 +00:00
11d0798f92 refactor: 移除 Lombok 私有构造注解使用
修复 Sonarqube 扫描问题
2024-01-27 00:30:20 +08:00
9cf76fe61f feat(web): 新增 Web 模块,从核心模块拆分 Web 相关自动配置 2024-01-19 22:40:40 +08:00
6d9e8b43eb chore: 移除部分无用 Maven 配置 2024-01-18 20:08:08 +08:00
57c21a9109 style: 优化全局代码格式 2024-01-10 21:24:02 +08:00
ce27ba8642 style: 优化代码格式 2023-12-01 22:05:22 +08:00
766338bf02 feat: 新增 Excel 相关配置(文件处理模块) 2023-11-26 19:19:34 +08:00