From c387461fb2ea5f257b848e2e50164a77e3a8e618 Mon Sep 17 00:00:00 2001 From: lengleng Date: Fri, 13 Nov 2020 13:38:49 +0800 Subject: [PATCH] :arrow_down: Downgrading dependencies. spring boot 2.3.6 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16465b82..102451e5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@

Build Status Coverage Status - Downloads + Downloads

## 系统说明 -- 基于 Spring Cloud Hoxton 、Spring Boot 2.4、 OAuth2 的 RBAC **权限管理系统** +- 基于 Spring Cloud Hoxton 、Spring Boot 2.3、 OAuth2 的 RBAC **权限管理系统** - 基于数据驱动视图的理念封装 element-ui,即使没有 vue 的使用经验也能快速上手 - 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持 - 提供 lambda 、stream api 、webflux 的生产实践 @@ -17,7 +17,7 @@ | 依赖 | 版本 | | ---------------------- | ------------- | -| Spring Boot | 2.4.0 | +| Spring Boot | 2.3.6.RELEASE | | Spring Cloud | Hoxton.SR8 | | Spring Cloud Alibaba | 2.2.3.RELEASE | | Spring Security OAuth2 | 2.3.6 | diff --git a/pom.xml b/pom.xml index 69e8dbbd..0b8e0a29 100755 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ https://www.pig4cloud.com - 2.4.0 + 2.3.6.RELEASE Hoxton.SR9 2.2.3.RELEASE UTF-8 -- GitLab