Skip to content

Commit 9d3d258

Browse files
author
smallchill
committed
🎉 2.2.1.RELEASE
1 parent 39d8428 commit 9d3d258

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-3098
lines changed

README.md

Lines changed: 33 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
1-
## 简介
2-
* SpringBlade 2.0 是如梦技术团队作品,是一个基于 Spring Boot 2 & Spring Cloud Finchley & Mybatis 等核心技术,用于快速构建中大型系统的基础框架。
3-
* SpringBlade 致力于创造新颖的开发模式,将开发中遇到的痛点、生产中所踩的坑整理归纳,并将解决方案都融合到框架中。
4-
5-
## 官网
6-
* 官网地址:[https://bladex.vip](https://bladex.vip)
7-
8-
## 在线演示
9-
* Sword演示地址:[https://sword.bladex.vip](https://sword.bladex.vip)
10-
* Saber演示地址:[https://saber.bladex.vip](https://saber.bladex.vip)
11-
12-
## 后端项目地址
13-
* [Gitee地址](https://gitee.com/smallc/SpringBlade)
14-
* [Github地址](https://github.com/chillzhuang/SpringBlade)
15-
16-
## 前端项目地址
17-
* [Sword--基于React](https://gitee.com/smallc/Sword)
18-
* [Saber--基于Vue](https://gitee.com/smallc/Saber)
19-
20-
## 主要特性&&变化
21-
* 采用前后端分离的模式,前端开源出一个基于React的框架:[Sword](https://gitee.com/smallc/Sword),主要选型技术为React、Ant Design、Umi、Dva
22-
* 采用前后端分离的模式,前端开源出一个基于Vue的框架:[Saber](https://gitee.com/smallc/Saber),主要选型技术为Vue、VueX、Avue、Element-UI
1+
<p align="center">
2+
<img src="https://img.shields.io/badge/license-Apache%202-blue.svg" alt="Build Status">
3+
<img src="https://img.shields.io/badge/Spring%20Cloud-Finchley.SR2-blue.svg" alt="Coverage Status">
4+
<img src="https://img.shields.io/badge/Spring%20Boot-2.0.8.RELEASE-blue.svg" alt="Downloads">
5+
</p>
6+
7+
**SpringBlade微服务开发平台**
8+
* 采用前后端分离的模式,前端开源两个框架:[Sword](https://gitee.com/smallc/Sword) (基于 React、Ant Design)、[Saber](https://gitee.com/smallc/Saber) (基于 Vue、Element-UI)
239
* 后端采用SpringCloud全家桶,并同时对其基础组件做了高度的封装,单独开源出一个框架:[BladeTool](https://github.com/chillzhuang/blade-tool)
2410
* [BladeTool](https://github.com/chillzhuang/blade-tool)已推送至Maven中央库,直接引入即可,减少了工程的臃肿,也可更注重于业务开发
2511
* 集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性。
2612
* 注册中心、配置中心选型Nacos,为工程瘦身的同时加强各模块之间的联动。
2713
* 使用Traefik进行反向代理,监听后台变化自动化应用新的配置文件。
28-
* 部署使用Docker或K8s + Jenkins
14+
* 极简封装了多租户底层,用更少的代码换来拓展性更强的SaaS多租户系统。
15+
* 借鉴OAuth2,实现了多终端认证系统,可控制子系统的token权限互相隔离。
16+
* 借鉴Security,封装了Secure模块,采用JWT做Token认证,可拓展集成Redis等细颗粒度控制方案。
2917
* 踩了踩Kong的坑,有个基本的使用方案,但不深入,因为涉及到OpenResty。
30-
* 封装了简单的Secure模块,采用JWT做Token认证,可拓展集成Redis等细颗粒度控制方案
31-
* 在2.0诞生之前,已经稳定生产了近一年,经历了从Camden -> Finchley的技术架构,也经历了从fat jar -> docker -> k8s + jenkins的部署架构
18+
* 稳定生产了一年,经历了从Camden -> Finchley的技术架构,也经历了从fat jar -> docker -> k8s + jenkins的部署架构
3219
* 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。
3320

34-
## 会员计划及交流群
35-
* [会员计划及交流群](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade会员计划)
36-
37-
## 技术文档
38-
* [SpringBlade开发手册](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册)
39-
40-
## 单工程SpringBoot版
41-
* [SpringBoot版](https://gitee.com/smallc/SpringBlade/tree/2.0-boot/)
42-
4321
## 工程结构
4422
```
4523
SpringBlade
@@ -61,40 +39,32 @@ SpringBlade
6139
└── └── blade-user-api -- 用户api
6240
```
6341

64-
# 开源协议
65-
Apache Licence 2.0 ([英文原文](http://www.apache.org/licenses/LICENSE-2.0.html)
66-
67-
Apache Licence是著名的非盈利开源组织Apache采用的协议。该协议和BSD类似,同样鼓励代码共享和尊重原作者的著作权,同样允许代码修改,再发布(作为开源或商业软件)。
68-
69-
需要满足的条件如下:
70-
71-
* 需要给代码的用户一份Apache Licence
72-
73-
* 如果你修改了代码,需要在被修改的文件中说明。
42+
## 官网
43+
* 官网地址:[https://bladex.vip](https://bladex.vip)
44+
* 会员计划:[https://gitee.com/smallc/SpringBlade/wikis/SpringBlade会员计划](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade会员计划)
45+
* 交流群:`477853168`
7446

75-
* 在延伸的代码中(修改和有源代码衍生的代码中)需要带有原来代码中的协议,商标,专利声明和其他原来作者规定需要包含的说明。
47+
## 在线演示
48+
* Sword演示地址:[https://sword.bladex.vip](https://sword.bladex.vip)
49+
* Saber演示地址:[https://saber.bladex.vip](https://saber.bladex.vip)
7650

77-
* 如果再发布的产品中包含一个Notice文件,则在Notice文件中需要带有Apache Licence。你可以在Notice中增加自己的许可,但不可以表现为对Apache Licence构成更改。
51+
## 项目地址
52+
* 后端Gitee地址:[https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade)
53+
* 后端Github地址:[https://github.com/chillzhuang/SpringBlade](https://github.com/chillzhuang/SpringBlade)
54+
* 后端SpringBoot版:[https://gitee.com/smallc/SpringBlade/tree/2.0-boot/](https://gitee.com/smallc/SpringBlade/tree/2.0-boot/)
55+
* 前端框架Sword(基于React):[https://gitee.com/smallc/Sword](https://gitee.com/smallc/Sword)
56+
* 前端框架Saber(基于Vue):[https://gitee.com/smallc/Saber](https://gitee.com/smallc/Saber)
57+
* 核心框架项目地址:[https://github.com/chillzhuang/blade-tool](https://github.com/chillzhuang/blade-tool)
7858

79-
Apache Licence也是对商业应用友好的许可。使用者也可以在需要的时候修改代码来满足需要并作为开源或商业产品发布/销售。
59+
## 技术文档
60+
* [SpringBlade开发手册](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册)
8061

8162
## 用户权益
8263
* 允许免费用于学习、毕设、公司项目、私活等。
8364
* 代码文件需保留相关license信息。
84-
85-
## 禁止事项
86-
* 直接将本项目挂淘宝等商业平台出售。
65+
* 禁止直接将本项目挂淘宝等商业平台出售。
8766
* 非界面代码50%以上相似度的二次开源,二次开源需先联系作者。
8867

89-
注意:若禁止条款被发现有权追讨19999的授权费。
90-
91-
##
92-
* 前端UI项目地址(基于React):[Sword](https://gitee.com/smallc/Sword)
93-
* 前端UI项目地址(基于Vue):[Saber](https://gitee.com/smallc/Saber)
94-
* 核心框架项目地址:[BladeTool](https://github.com/chillzhuang/blade-tool.git)
95-
* 交流群:`477853168`
96-
97-
9868
# 界面
9969
## 监控界面一览
10070
<table>
@@ -162,4 +132,7 @@ Apache Licence也是对商业应用友好的许可。使用者也可以在需要
162132
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-log.png"/></td>
163133
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-code.png"/></td>
164134
</tr>
165-
</table>
135+
</table>
136+
137+
## 关注我们
138+
![](https://images.gitee.com/uploads/images/2019/0330/065148_f0ada806_410595.jpeg)

blade-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>SpringBlade</artifactId>
1010
<groupId>org.springblade</groupId>
11-
<version>2.2.0</version>
11+
<version>2.2.1</version>
1212
</parent>
1313

1414
<artifactId>blade-auth</artifactId>

blade-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>SpringBlade</artifactId>
77
<groupId>org.springblade</groupId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

blade-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>SpringBlade</artifactId>
77
<groupId>org.springblade</groupId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

blade-ops/blade-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>blade-ops</artifactId>
77
<groupId>org.springblade</groupId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

blade-ops/blade-develop/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springblade</groupId>
88
<artifactId>blade-ops</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.2.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
@@ -29,15 +29,9 @@
2929
<version>${blade.project.version}</version>
3030
</dependency>
3131
<dependency>
32-
<groupId>com.baomidou</groupId>
33-
<artifactId>mybatis-plus-generator</artifactId>
34-
<version>${mybatis.plus.version}</version>
35-
</dependency>
36-
<!--Velocity-->
37-
<dependency>
38-
<groupId>org.apache.velocity</groupId>
39-
<artifactId>velocity</artifactId>
40-
<version>1.7</version>
32+
<groupId>org.springblade</groupId>
33+
<artifactId>blade-core-develop</artifactId>
34+
<version>${blade.tool.version}</version>
4135
</dependency>
4236
<!--Swagger-->
4337
<dependency>

0 commit comments

Comments
 (0)