From 6bcff7244f0a37474c39509dfed44d3cf630d898 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 25 Dec 2024 22:11:57 +0800 Subject: [PATCH] chore: continew-starter 2.7.5 => 2.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.log 模块包调整 2.修复 PageResp 手动分页计算错误 3.依赖升级 --- README.md | 114 +++++++++--------- .../pom.xml | 2 +- .../admin/config/log/LogConfiguration.java | 4 +- .../admin/config/log/LogDaoLocalImpl.java | 8 +- .../admin/controller/auth/AuthController.java | 2 +- .../controller/auth/SocialAuthController.java | 2 +- .../controller/common/CaptchaController.java | 2 +- .../controller/common/CommonController.java | 2 +- .../common/DashboardController.java | 2 +- .../controller/schedule/JobController.java | 2 +- .../controller/system/DictItemController.java | 2 +- .../controller/system/FileController.java | 2 +- .../controller/system/MessageController.java | 2 +- continew-webapi/src/main/resources/banner.txt | 2 +- pom.xml | 2 +- 15 files changed, 77 insertions(+), 73 deletions(-) diff --git a/README.md b/README.md index 2343bb502..d4287fac3 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,41 @@ # ContiNew Admin 中后台管理框架 - -License - - + Release - -Codacy Badge + +ContiNew Starter - -Sonar Status + +Spring Boot - -ContiNew Starter + +Open JDK - -Spring Boot + +Codacy - -Open JDK + +Sonar + +
+ +License + + +GitHub Stars - -GitHub stars + +GitHub Forks - -GitHub forks + +Gitee Stars - -Gitee stars + +Gitee Forks - -Gitee forks + +GitCode Stars 📚 [在线文档](https://continew.top) | 🚀 [演示地址](https://admin.continew.top)(账号/密码:admin/admin123) @@ -112,7 +116,7 @@ public class DeptController extends BaseController [!TIP] -> 更多功能和优化正在赶来💦,最新项目计划、进展请进群或关注 [任务清单](https://continew.top/require.html) 和 [更新日志](https://continew.top/admin/other/changelog.html)。 +> 更多功能和优化正在赶来💦,最新项目计划、进展请进群或关注 [需求墙](https://continew.top/require.html) 和 [更新日志](https://continew.top/admin/other/changelog.html)。 - 仪表盘:提供工作台、分析页,工作台提供功能快捷导航入口、最新公告、动态;分析页提供全面数据可视化能力 - 个人中心:支持基础信息修改、密码修改、邮箱绑定、手机号绑定(并提供行为验证码、短信限流等安全处理)、第三方账号绑定/解绑、头像裁剪上传 @@ -219,39 +223,39 @@ public class DeptController extends BaseControllerVue | 3.5.4 | 渐进式 JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。 | -| Arco Design | 2.56.0 | 字节跳动推出的前端 UI 框架,年轻化的色彩和组件设计。 | -| TypeScript | 5.0.4 | TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。 | -| Vite | 5.1.5 | 下一代的前端工具链,为开发提供极速响应。 | -| [ContiNew Starter](https://github.com/continew-org/continew-starter) | 2.7.5 | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken),可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。 | -| Spring Boot | 3.2.10 | 简化 Spring 应用的初始搭建和开发过程,基于“约定优于配置”的理念,使开发人员不再需要定义样板化的配置。(Spring Boot 3.0 开始,要求 Java 17 作为最低版本) | -| Undertow | 2.3.13.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 | -| Sa-Token + JWT | 1.39.0 | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 | -| MyBatis Plus | 3.5.8 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 | +| 名称 | 版本 | 简介 | +|:----------------------------------------------------------------------------------------------------------------------------------|:-------------| :----------------------------------------------------------- | +| Vue | 3.5.4 | 渐进式 JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。 | +| Arco Design | 2.56.0 | 字节跳动推出的前端 UI 框架,年轻化的色彩和组件设计。 | +| TypeScript | 5.0.4 | TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。 | +| Vite | 5.1.5 | 下一代的前端工具链,为开发提供极速响应。 | +| [ContiNew Starter](https://github.com/continew-org/continew-starter) | 2.8.0 | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken),可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。 | +| Spring Boot | 3.2.12 | 简化 Spring 应用的初始搭建和开发过程,基于“约定优于配置”的理念,使开发人员不再需要定义样板化的配置。(Spring Boot 3.0 开始,要求 Java 17 作为最低版本) | +| Undertow | 2.3.17.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 | +| Sa-Token + JWT | 1.39.0 | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 | +| MyBatis Plus | 3.5.8 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 | | dynamic-datasource-spring-boot-starter | 4.3.1 | 基于 Spring Boot 的快速集成多数据源的启动器。 | -| Hikari | 5.0.1 | JDBC 连接池,号称 “史上最快连接池”,SpringBoot 在 2.0 之后,采用的默认数据库连接池就是 Hikari。 | -| MySQL | 8.0.33 | 体积小、速度快、总体拥有成本低,是最流行的关系型数据库管理系统之一。 | -| mysql-connector-j | 8.3.0 | MySQL Java 驱动。 | -| P6Spy | 3.9.1 | SQL 性能分析组件。 | -| Liquibase | 4.24.0 | 用于管理数据库版本,跟踪、管理和应用数据库变化。 | -| [JetCache](https://github.com/alibaba/jetcache/blob/master/docs/CN/Readme.md) | 2.7.6 | 一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作。 | -| Redisson | 3.36.0 | 不仅仅是一个 Redis Java 客户端,Redisson 充分的利用了 Redis 键值数据库提供的一系列优势,为使用者提供了一系列具有分布式特性的常用工具:分布式锁、限流器等。 | -| Redis | 7.2.3 | 高性能的 key-value 数据库。 | -| [Snail Job](https://snailjob.opensnail.com/) | 1.1.2 | 灵活,可靠和快速的分布式任务重试和分布式任务调度平台。 | -| [X File Storage](https://x-file-storage.xuyanwu.cn/#/) | 2.2.1 | 一行代码将文件存储到本地、FTP、SFTP、WebDAV、阿里云 OSS、华为云 OBS...等其它兼容 S3 协议的存储平台。 | -| SMS4J | 3.3.3 | 短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程。 | -| Just Auth | 1.16.6 | 开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy! | -| Easy Excel | 4.0.1 | 一个基于 Java 的、快速、简洁、解决大文件内存溢出的 Excel 处理工具。 | -| [AJ-Captcha](https://ajcaptcha.beliefteam.cn/captcha-doc/) | 1.3.0 | Java 行为验证码,包含滑动拼图、文字点选两种方式,UI支持弹出和嵌入两种方式。 | -| Easy Captcha | 1.6.2 | Java 图形验证码,支持 gif、中文、算术等类型,可用于 Java Web、JavaSE 等项目。 | -| [Crane4j](https://createsequence.gitee.io/crane4j-doc/#/) | 2.9.0 | 一个基于注解的,用于完成一切 “根据 A 的 key 值拿到 B,再把 B 的属性映射到 A” 这类需求的字段填充框架。 | -| [CosID](https://cosid.ahoo.me/guide/getting-started.html) | 2.9.8 | 旨在提供通用、灵活、高性能的分布式 ID 生成器。 | -| [Graceful Response](https://doc.feiniaojin.com/graceful-response/home.html) | 5.0.0-boot3 | 一个Spring Boot技术栈下的优雅响应处理组件,可以帮助开发者完成响应数据封装、异常处理、错误码填充等过程,提高开发效率,提高代码质量。 | -| Knife4j | 4.5.0 | 前身是 swagger-bootstrap-ui,集 Swagger2 和 OpenAPI3 为一体的增强解决方案。 | -| Hutool | 5.8.32 | 小而全的 Java 工具类库,通过静态方法封装,降低相关 API 的学习成本,提高工作效率,使 Java 拥有函数式语言般的优雅,让 Java 语言也可以“甜甜的”。 | -| Lombok | 1.18.32 | 在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁。 | +| Hikari | 5.0.1 | JDBC 连接池,号称 “史上最快连接池”,SpringBoot 在 2.0 之后,采用的默认数据库连接池就是 Hikari。 | +| MySQL | 8.0.33 | 体积小、速度快、总体拥有成本低,是最流行的关系型数据库管理系统之一。 | +| mysql-connector-j | 8.3.0 | MySQL Java 驱动。 | +| P6Spy | 3.9.1 | SQL 性能分析组件。 | +| Liquibase | 4.24.0 | 用于管理数据库版本,跟踪、管理和应用数据库变化。 | +| [JetCache](https://github.com/alibaba/jetcache/blob/master/docs/CN/Readme.md) | 2.7.7 | 一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作。 | +| Redisson | 3.41.0 | 不仅仅是一个 Redis Java 客户端,Redisson 充分的利用了 Redis 键值数据库提供的一系列优势,为使用者提供了一系列具有分布式特性的常用工具:分布式锁、限流器等。 | +| Redis | 7.2.3 | 高性能的 key-value 数据库。 | +| [Snail Job](https://snailjob.opensnail.com/) | 1.2.0 | 灵活,可靠和快速的分布式任务重试和分布式任务调度平台。 | +| [X File Storage](https://x-file-storage.xuyanwu.cn/#/) | 2.2.1 | 一行代码将文件存储到本地、FTP、SFTP、WebDAV、阿里云 OSS、华为云 OBS...等其它兼容 S3 协议的存储平台。 | +| SMS4J | 3.3.3 | 短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程。 | +| Just Auth | 1.16.7 | 开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy! | +| Easy Excel | 3.3.4 | 一个基于 Java 的、快速、简洁、解决大文件内存溢出的 Excel 处理工具。 | +| [AJ-Captcha](https://ajcaptcha.beliefteam.cn/captcha-doc/) | 1.3.0 | Java 行为验证码,包含滑动拼图、文字点选两种方式,UI支持弹出和嵌入两种方式。 | +| Easy Captcha | 1.6.2 | Java 图形验证码,支持 gif、中文、算术等类型,可用于 Java Web、JavaSE 等项目。 | +| [Crane4j](https://createsequence.gitee.io/crane4j-doc/#/) | 2.9.0 | 一个基于注解的,用于完成一切 “根据 A 的 key 值拿到 B,再把 B 的属性映射到 A” 这类需求的字段填充框架。 | +| [CosID](https://cosid.ahoo.me/guide/getting-started.html) | 2.10.1 | 旨在提供通用、灵活、高性能的分布式 ID 生成器。 | +| [Graceful Response](https://doc.feiniaojin.com/graceful-response/home.html) | 5.0.4-boot3 | 一个Spring Boot技术栈下的优雅响应处理组件,可以帮助开发者完成响应数据封装、异常处理、错误码填充等过程,提高开发效率,提高代码质量。 | +| Knife4j | 4.5.0 | 前身是 swagger-bootstrap-ui,集 Swagger2 和 OpenAPI3 为一体的增强解决方案。 | +| Hutool | 5.8.34 | 小而全的 Java 工具类库,通过静态方法封装,降低相关 API 的学习成本,提高工作效率,使 Java 拥有函数式语言般的优雅,让 Java 语言也可以“甜甜的”。 | +| Lombok | 1.18.36 | 在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁。 | ## 快速开始 diff --git a/continew-extension/continew-extension-schedule-server/pom.xml b/continew-extension/continew-extension-schedule-server/pom.xml index 63ca34b47..249e449c7 100644 --- a/continew-extension/continew-extension-schedule-server/pom.xml +++ b/continew-extension/continew-extension-schedule-server/pom.xml @@ -14,7 +14,7 @@ - 1.1.2 + 1.2.0 diff --git a/continew-webapi/src/main/java/top/continew/admin/config/log/LogConfiguration.java b/continew-webapi/src/main/java/top/continew/admin/config/log/LogConfiguration.java index 8a7f8f473..302033444 100644 --- a/continew-webapi/src/main/java/top/continew/admin/config/log/LogConfiguration.java +++ b/continew-webapi/src/main/java/top/continew/admin/config/log/LogConfiguration.java @@ -20,8 +20,8 @@ import org.springframework.context.annotation.Configuration; import top.continew.admin.system.mapper.LogMapper; import top.continew.admin.system.service.UserService; -import top.continew.starter.log.core.dao.LogDao; -import top.continew.starter.log.interceptor.autoconfigure.ConditionalOnEnabledLog; +import top.continew.starter.log.annotation.ConditionalOnEnabledLog; +import top.continew.starter.log.dao.LogDao; import top.continew.starter.web.autoconfigure.trace.TraceProperties; /** diff --git a/continew-webapi/src/main/java/top/continew/admin/config/log/LogDaoLocalImpl.java b/continew-webapi/src/main/java/top/continew/admin/config/log/LogDaoLocalImpl.java index 1788ead1e..44e471629 100644 --- a/continew-webapi/src/main/java/top/continew/admin/config/log/LogDaoLocalImpl.java +++ b/continew-webapi/src/main/java/top/continew/admin/config/log/LogDaoLocalImpl.java @@ -37,10 +37,10 @@ import top.continew.starter.core.constant.StringConstants; import top.continew.starter.core.util.ExceptionUtils; import top.continew.starter.core.util.StrUtils; -import top.continew.starter.log.core.dao.LogDao; -import top.continew.starter.log.core.model.LogRecord; -import top.continew.starter.log.core.model.LogRequest; -import top.continew.starter.log.core.model.LogResponse; +import top.continew.starter.log.dao.LogDao; +import top.continew.starter.log.model.LogRecord; +import top.continew.starter.log.model.LogRequest; +import top.continew.starter.log.model.LogResponse; import top.continew.starter.web.autoconfigure.trace.TraceProperties; import top.continew.starter.web.model.R; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/auth/AuthController.java b/continew-webapi/src/main/java/top/continew/admin/controller/auth/AuthController.java index ce12d9f1b..cb75da04c 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/auth/AuthController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/auth/AuthController.java @@ -45,7 +45,7 @@ import top.continew.starter.cache.redisson.util.RedisUtils; import top.continew.starter.core.util.ExceptionUtils; import top.continew.starter.core.validation.ValidationUtils; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import java.util.List; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/auth/SocialAuthController.java b/continew-webapi/src/main/java/top/continew/admin/controller/auth/SocialAuthController.java index b63a0b015..26ce8ef38 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/auth/SocialAuthController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/auth/SocialAuthController.java @@ -35,7 +35,7 @@ import top.continew.admin.auth.service.LoginService; import top.continew.starter.core.exception.BadRequestException; import top.continew.starter.core.validation.ValidationUtils; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; /** * 三方账号认证 API diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/common/CaptchaController.java b/continew-webapi/src/main/java/top/continew/admin/controller/common/CaptchaController.java index b5696145f..27e491250 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/common/CaptchaController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/common/CaptchaController.java @@ -57,7 +57,7 @@ import top.continew.starter.core.util.TemplateUtils; import top.continew.starter.core.validation.CheckUtils; import top.continew.starter.core.validation.ValidationUtils; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import top.continew.starter.messaging.mail.util.MailUtils; import top.continew.starter.security.limiter.annotation.RateLimiter; import top.continew.starter.security.limiter.annotation.RateLimiters; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/common/CommonController.java b/continew-webapi/src/main/java/top/continew/admin/controller/common/CommonController.java index 7f02aeae8..07301ef85 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/common/CommonController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/common/CommonController.java @@ -38,7 +38,7 @@ import top.continew.starter.core.validation.ValidationUtils; import top.continew.starter.extension.crud.model.query.SortQuery; import top.continew.starter.extension.crud.model.resp.LabelValueResp; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import java.util.List; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/common/DashboardController.java b/continew-webapi/src/main/java/top/continew/admin/controller/common/DashboardController.java index ef87fac9e..bbbbac3cf 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/common/DashboardController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/common/DashboardController.java @@ -37,7 +37,7 @@ import top.continew.admin.system.model.resp.dashboard.DashboardOverviewCommonResp; import top.continew.admin.system.service.DashboardService; import top.continew.starter.core.validation.ValidationUtils; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import java.io.IOException; import java.util.List; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/schedule/JobController.java b/continew-webapi/src/main/java/top/continew/admin/controller/schedule/JobController.java index de03b68ac..3674926c8 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/schedule/JobController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/schedule/JobController.java @@ -31,7 +31,7 @@ import top.continew.admin.schedule.service.JobService; import top.continew.starter.extension.crud.model.resp.PageResp; import top.continew.starter.extension.crud.validation.CrudValidationGroup; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import java.util.List; diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/system/DictItemController.java b/continew-webapi/src/main/java/top/continew/admin/controller/system/DictItemController.java index 5abebcf27..95c69f36a 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/system/DictItemController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/system/DictItemController.java @@ -25,7 +25,7 @@ import top.continew.starter.extension.crud.annotation.CrudRequestMapping; import top.continew.admin.common.base.BaseController; import top.continew.starter.extension.crud.enums.Api; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; /** * 字典项管理 API diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/system/FileController.java b/continew-webapi/src/main/java/top/continew/admin/controller/system/FileController.java index fa1493165..6c23bfc54 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/system/FileController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/system/FileController.java @@ -29,7 +29,7 @@ import top.continew.starter.extension.crud.annotation.CrudRequestMapping; import top.continew.admin.common.base.BaseController; import top.continew.starter.extension.crud.enums.Api; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; /** * 文件管理 API diff --git a/continew-webapi/src/main/java/top/continew/admin/controller/system/MessageController.java b/continew-webapi/src/main/java/top/continew/admin/controller/system/MessageController.java index 17ccec2cc..d13ace4af 100644 --- a/continew-webapi/src/main/java/top/continew/admin/controller/system/MessageController.java +++ b/continew-webapi/src/main/java/top/continew/admin/controller/system/MessageController.java @@ -31,7 +31,7 @@ import top.continew.admin.system.service.MessageUserService; import top.continew.starter.extension.crud.model.query.PageQuery; import top.continew.starter.extension.crud.model.resp.PageResp; -import top.continew.starter.log.core.annotation.Log; +import top.continew.starter.log.annotation.Log; import java.util.List; diff --git a/continew-webapi/src/main/resources/banner.txt b/continew-webapi/src/main/resources/banner.txt index dde2dc323..d4b9b07a3 100644 --- a/continew-webapi/src/main/resources/banner.txt +++ b/continew-webapi/src/main/resources/banner.txt @@ -5,5 +5,5 @@ \____|\___/ |_| |_| \__||_||_| \_| \___| \_/\_/ /_/ \_\\__,_||_| |_| |_||_||_| |_| :: ${project.name} :: v${project.version} - :: ContiNew Starter :: v2.7.5 + :: ContiNew Starter :: v2.8.0 :: Spring Boot :: v${spring-boot.version} diff --git a/pom.xml b/pom.xml index 73edaec1f..e76500907 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ top.continew continew-starter - 2.7.5 + 2.8.0 top.continew