mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-10 18:39:44 +08:00
🎉 4.9.0.RELEASE 新增全栈AI开发Skills集合,新增全自动视图序列化机制
This commit is contained in:
parent
3ceef202a2
commit
738f30931f
17
README.md
17
README.md
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/badge/Release-V4.8.0-blue.svg" alt="Downloads">
|
<img src="https://img.shields.io/badge/Release-V4.9.0-blue.svg" alt="Downloads">
|
||||||
<img src="https://img.shields.io/badge/JDK-17+-green.svg" alt="Build Status">
|
<img src="https://img.shields.io/badge/JDK-17+-green.svg" alt="Build Status">
|
||||||
<img src="https://img.shields.io/badge/license-LGPL%20v3-blue.svg" alt="Build Status">
|
<img src="https://img.shields.io/badge/license-LGPL%20v3-blue.svg" alt="Build Status">
|
||||||
<img src="https://img.shields.io/badge/Spring%20Cloud-2025-blue.svg" alt="Coverage Status">
|
<img src="https://img.shields.io/badge/Spring%20Cloud-2025-blue.svg" alt="Coverage Status">
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## SpringBlade微服务开发平台
|
## 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)
|
* 后端采用SpringCloud全家桶,并同时对其基础组件做了高度的封装,单独开源出一个框架:[BladeTool](https://gitee.com/smallc/blade-tool)
|
||||||
* [BladeTool](https://github.com/chillzhuang/blade-tool)已推送至Maven中央库,直接引入即可,减少了工程的臃肿,也可更注重于业务开发
|
* [BladeTool](https://github.com/chillzhuang/blade-tool)已推送至Maven中央库,直接引入即可,减少了工程的臃肿,也可更注重于业务开发
|
||||||
* 集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性。
|
* 集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性。
|
||||||
|
|
@ -34,12 +34,12 @@
|
||||||
|----------------------|------------|
|
|----------------------|------------|
|
||||||
| Java | 17+ |
|
| Java | 17+ |
|
||||||
| NodeJS | 18+ |
|
| NodeJS | 18+ |
|
||||||
| Spring | 6.2.15 |
|
| Spring | 6.2.17 |
|
||||||
| Spring Boot | 3.5.9 |
|
| Spring Boot | 3.5.13 |
|
||||||
| Spring Cloud | 2025.0.1 |
|
| Spring Cloud | 2025.0.2 |
|
||||||
| Spring Cloud Alibaba | 2025.0.0.0 |
|
| Spring Cloud Alibaba | 2025.0.0.0 |
|
||||||
| Nacos Alibaba | 3.1.1 |
|
| Nacos Alibaba | 3.1.2 |
|
||||||
| Mybatis Plus | 3.5.19 |
|
| Mybatis Plus | 3.5.14 |
|
||||||
|
|
||||||
|
|
||||||
## 工程结构
|
## 工程结构
|
||||||
|
|
@ -83,7 +83,8 @@ blade-tool
|
||||||
| 交流四群 | `1034621754` (满) |
|
| 交流四群 | `1034621754` (满) |
|
||||||
| 交流五群 | `946350912` (满) |
|
| 交流五群 | `946350912` (满) |
|
||||||
| 交流六群 | `511624269` (满) |
|
| 交流六群 | `511624269` (满) |
|
||||||
| 交流七群 | `298061704` |
|
| 交流七群 | `298061704` (满) |
|
||||||
|
| 交流八群 | `1078507904` |
|
||||||
|
|
||||||
## 官方产品
|
## 官方产品
|
||||||
|
|
||||||
|
|
|
||||||
31
pom.xml
31
pom.xml
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Blade-Tool Version -->
|
<!-- Blade-Tool Version -->
|
||||||
<revision>4.8.0</revision>
|
<revision>4.9.0</revision>
|
||||||
<module.name>org.springblade.blade.tool</module.name>
|
<module.name>org.springblade.blade.tool</module.name>
|
||||||
<!-- jdk Version -->
|
<!-- jdk Version -->
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
|
|
@ -62,15 +62,15 @@
|
||||||
<guava.version>33.5.0-jre</guava.version>
|
<guava.version>33.5.0-jre</guava.version>
|
||||||
<mica.auto.version>3.1.6</mica.auto.version>
|
<mica.auto.version>3.1.6</mica.auto.version>
|
||||||
<lombok.version>1.18.42</lombok.version>
|
<lombok.version>1.18.42</lombok.version>
|
||||||
<druid.version>1.2.27</druid.version>
|
<druid.version>1.2.28</druid.version>
|
||||||
|
|
||||||
<spring.version>6.2.15</spring.version>
|
<spring.version>6.2.17</spring.version>
|
||||||
<spring.boot.version>3.5.9</spring.boot.version>
|
<spring.boot.version>3.5.13</spring.boot.version>
|
||||||
<spring.boot.admin.version>3.5.6</spring.boot.admin.version>
|
<spring.boot.admin.version>3.5.8</spring.boot.admin.version>
|
||||||
<spring.cloud.version>2025.0.1</spring.cloud.version>
|
<spring.cloud.version>2025.0.2</spring.cloud.version>
|
||||||
|
|
||||||
<alibaba.cloud.version>2025.0.0.0</alibaba.cloud.version>
|
<alibaba.cloud.version>2025.0.0.0</alibaba.cloud.version>
|
||||||
<alibaba.nacos.version>3.1.1</alibaba.nacos.version>
|
<alibaba.nacos.version>3.1.2</alibaba.nacos.version>
|
||||||
<fastexcel.version>1.3.0</fastexcel.version>
|
<fastexcel.version>1.3.0</fastexcel.version>
|
||||||
<poi.version>5.4.1</poi.version>
|
<poi.version>5.4.1</poi.version>
|
||||||
<poi.ooxl.version>1.4</poi.ooxl.version>
|
<poi.ooxl.version>1.4</poi.ooxl.version>
|
||||||
|
|
@ -723,8 +723,15 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.12.0</version>
|
<version>3.12.0</version>
|
||||||
<!-- 若模块化编译报错可切换此版本 -->
|
<configuration>
|
||||||
<!--<version>2.10.1</version>-->
|
<doclint>none</doclint>
|
||||||
|
<failOnError>false</failOnError>
|
||||||
|
<failOnWarnings>false</failOnWarnings>
|
||||||
|
<source>${java.version}</source>
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
|
<charset>UTF-8</charset>
|
||||||
|
<docencoding>UTF-8</docencoding>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|
@ -745,6 +752,12 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>sign</goal>
|
<goal>sign</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<gpgArguments>
|
||||||
|
<arg>--pinentry-mode</arg>
|
||||||
|
<arg>loopback</arg>
|
||||||
|
</gpgArguments>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user