From 2df28974c1ddcc6b02f58c9cb76aef29ee6f7968 Mon Sep 17 00:00:00 2001
From: lbw
Date: Mon, 19 Sep 2022 08:41:21 +0800
Subject: [PATCH] :bookmark: Releasing / Version tags. 3.5.3
---
README.md | 15 +++++++++------
package.json | 2 +-
src/const/website.js | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index eef6e996..31e34119 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,14 @@
+
## 系统说明
- 基于 Spring Cloud 2021 、Spring Boot 2.7、 OAuth2 的 RBAC **权限管理系统**
-- 基于数据驱动视图的理念封装 element-ui,即使没有 vue 的使用经验也能快速上手
+- 基于数据驱动视图的理念封装 element-plus,即使没有 vue 的使用经验也能快速上手
- 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持
- 提供 lambda 、stream api 、webflux 的生产实践
@@ -29,19 +30,21 @@
![](https://minio.pigx.vip/oss/1648184189.png)
+
+
## 快速开始
### 核心依赖
| 依赖 | 版本 |
| ---------------------- |------------|
-| Spring Boot | 2.7.2 |
-| Spring Cloud | 2021.0.3 |
-| Spring Cloud Alibaba | 2021.0.1.0 |
+| Spring Boot | 2.7.3 |
+| Spring Cloud | 2021.0.4 |
+| Spring Cloud Alibaba | 2021.0.4.0 |
| Spring Authorization Server | 0.3.1 |
| Mybatis Plus | 3.5.2 |
-| hutool | 5.8.5 |
-| Avue | 2.6.18 |
+| hutool | 5.8.7 |
+| Avue | 3.1.3 |
### 模块说明
diff --git a/package.json b/package.json
index c2fd99b4..213e3454 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pig-ui",
- "version": "3.5.2",
+ "version": "3.5.3",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
diff --git a/src/const/website.js b/src/const/website.js
index a7c80cc9..21aeeafc 100644
--- a/src/const/website.js
+++ b/src/const/website.js
@@ -1,6 +1,6 @@
export default {
year: "2022", // 首页显示的时间
- version: "3.5.2", // 控制首页显示的版本号
+ version: "3.5.3", // 控制首页显示的版本号
logo: "Pig", // 侧边栏搜索的时候顶部展示的文案
key: "pig", //配置主键,目前用于存储
title: "pig 快速开发框架",