34 Commits

Author SHA1 Message Date
e05e0de7b8 refactor: 使用 CollUtils 替代部分 Stream 集合转换 2025-07-17 20:49:38 +08:00
a0ace7d60c build: groupId top.continew => top.continew.starter 2025-07-05 17:29:58 +08:00
27dc2294e6 refactor(core): ProjectProperties => ApplicationProperties 2025-07-03 20:42:04 +08:00
08abe94c85 feat(api-doc): ApiDocUtils 新增 buildGroupedOpenApi(构建分组接口文档) 方法
DocUtils => ApiDocUtils
2025-06-14 22:16:31 +08:00
ad298930db release: v2.12.1 2025-06-09 21:43:40 +08:00
eda35e59bc refactor: 优化部分代码格式 2025-06-01 11:10:53 +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
f386fd7d95 fix(api-doc): 修复全局自定义配置无法被覆盖的问题 2025-02-14 20:59:52 +08:00
80c0700934 refactor: 解决 Sonar 问题,替换部分过期 API 2025-01-04 19:42:03 +08:00
2e9079a909 refactor(core): 拆分字符串常量和字符常量 2024-11-15 21:54:06 +08:00
46773df9dd chore: 优化代码格式 2024-09-11 22:24:46 +08:00
4c4f98a86e chore(api-doc): 优化部分代码 2024-08-14 22:14:02 +08:00
吴泽威
bf51837991 refactor(api-doc/web): 重构doc文档枚举展示处理,处理doc 文档全局响应格式 2024-08-14 21:12:23 +08:00
5b0f89a88f refactor: 优化部分代码 2024-07-31 21:57:36 +08:00
吴泽威
ebc73a94e8 feat(api-doc): 增加对 BaseEnum 枚举接口的详细展示 2024-07-31 02:14:02 +00:00
6b90880c21 chore: 优化属性前缀命名 2024-06-28 21:42:53 +08:00
82574cd5ce fix(api-doc): 修复接口文档配置错误 2024-06-25 22:07:49 +08:00
5cd6af8e7b chore: 优化部分代码 2024-06-05 19:45:09 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
ab4a72e0ff fix(api-doc): 修复接口级鉴权配置不生效的问题 2024-03-10 20:37:11 +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
jasmine
0eb6afabb6 chore: 移除 lombok 依赖
再度精简依赖
2024-01-31 06:02:17 +00:00
75fe5377df refactor: 优化部分代码
1.修复 Sonar 扫描问题
2.使用常量替代部分魔法值
2024-01-27 23:10:27 +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
1e7d4b2721 chore: 优化日志级别 info => debug 2024-01-06 11:36:23 +08:00
7997267060 refactor(api-doc): 新增鉴权配置 2023-12-12 20:35:13 +08:00
25a6e69444 refactor: 优化 Spring Doc 自动配置 2023-11-26 14:36:25 +08:00
dafb2d8f5b refactor: 封装公共配置,降低使用复杂度 2023-11-25 20:45:16 +08:00
534d9ae9cf refactor: Configuration => AutoConfiguration 2023-11-21 22:14:41 +08:00
7973f6c2dc feat: 新增 API 文档(Knife4j:Spring Doc)自动配置 2023-11-21 22:05:43 +08:00