From 738f30931ff0eb69261204c2e3f78b8f1abc9913 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sat, 18 Apr 2026 16:54:02 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=204.9.0.RELEASE=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=85=A8=E6=A0=88AI=E5=BC=80=E5=8F=91Skills=E9=9B=86=E5=90=88?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=85=A8=E8=87=AA=E5=8A=A8=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E5=BA=8F=E5=88=97=E5=8C=96=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++-------- pom.xml | 31 ++++++++++++++++++++++--------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 0101743..d8331eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Downloads + Downloads Build Status Build Status Coverage Status @@ -14,7 +14,7 @@

## SpringBlade微服务开发平台 -* 采用前后端分离的模式,前端开源两个框架:[Sword](https://gitee.com/smallc/Sword) (基于 React、Ant Design)、[Saber](https://gitee.com/smallc/Saber) (基于 Vue、Element-UI) +* 采用前后端分离的模式,前端架构 [Saber](https://gitee.com/smallc/Saber) (基于 Vue3、Element-Plus) * 后端采用SpringCloud全家桶,并同时对其基础组件做了高度的封装,单独开源出一个框架:[BladeTool](https://gitee.com/smallc/blade-tool) * [BladeTool](https://github.com/chillzhuang/blade-tool)已推送至Maven中央库,直接引入即可,减少了工程的臃肿,也可更注重于业务开发 * 集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性。 @@ -34,12 +34,12 @@ |----------------------|------------| | Java | 17+ | | NodeJS | 18+ | -| Spring | 6.2.15 | -| Spring Boot | 3.5.9 | -| Spring Cloud | 2025.0.1 | +| Spring | 6.2.17 | +| Spring Boot | 3.5.13 | +| Spring Cloud | 2025.0.2 | | Spring Cloud Alibaba | 2025.0.0.0 | -| Nacos Alibaba | 3.1.1 | -| Mybatis Plus | 3.5.19 | +| Nacos Alibaba | 3.1.2 | +| Mybatis Plus | 3.5.14 | ## 工程结构 @@ -83,7 +83,8 @@ blade-tool | 交流四群 | `1034621754` (满) | | 交流五群 | `946350912` (满) | | 交流六群 | `511624269` (满) | -| 交流七群 | `298061704` | +| 交流七群 | `298061704` (满) | +| 交流八群 | `1078507904` | ## 官方产品 diff --git a/pom.xml b/pom.xml index fddbf01..2e9041c 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 4.8.0 + 4.9.0 org.springblade.blade.tool 17 @@ -62,15 +62,15 @@ 33.5.0-jre 3.1.6 1.18.42 - 1.2.27 + 1.2.28 - 6.2.15 - 3.5.9 - 3.5.6 - 2025.0.1 + 6.2.17 + 3.5.13 + 3.5.8 + 2025.0.2 2025.0.0.0 - 3.1.1 + 3.1.2 1.3.0 5.4.1 1.4 @@ -723,8 +723,15 @@ org.apache.maven.plugins maven-javadoc-plugin 3.12.0 - - + + none + false + false + ${java.version} + UTF-8 + UTF-8 + UTF-8 + package @@ -745,6 +752,12 @@ sign + + + --pinentry-mode + loopback + +