Skip to content

Commit 2df2897

Browse files
author
lbw
committed
🔖 Releasing / Version tags. 3.5.3
1 parent 960de17 commit 2df2897

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<img src="https://img.shields.io/badge/Pig-3.5-success.svg" alt="Build Status">
33
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
44
<img src="https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg" alt="Downloads">
5+
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
56
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
67
</p>
78

89
## 系统说明
910

1011
- 基于 Spring Cloud 2021 、Spring Boot 2.7、 OAuth2 的 RBAC **权限管理系统**
11-
- 基于数据驱动视图的理念封装 element-ui,即使没有 vue 的使用经验也能快速上手
12+
- 基于数据驱动视图的理念封装 element-plus,即使没有 vue 的使用经验也能快速上手
1213
- 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持
1314
- 提供 lambda 、stream api 、webflux 的生产实践
1415

@@ -29,19 +30,21 @@
2930

3031
![](https://minio.pigx.vip/oss/1648184189.png)
3132

33+
34+
<a href="https://apifox.cn/a1pigcloud" target="_blank"><img src="https://minio.pigx.vip/oss/1662368326.png" height="83%" width="83%"></a></td>
3235
## 快速开始
3336

3437
### 核心依赖
3538

3639
| 依赖 | 版本 |
3740
| ---------------------- |------------|
38-
| Spring Boot | 2.7.2 |
39-
| Spring Cloud | 2021.0.3 |
40-
| Spring Cloud Alibaba | 2021.0.1.0 |
41+
| Spring Boot | 2.7.3 |
42+
| Spring Cloud | 2021.0.4 |
43+
| Spring Cloud Alibaba | 2021.0.4.0 |
4144
| Spring Authorization Server | 0.3.1 |
4245
| Mybatis Plus | 3.5.2 |
43-
| hutool | 5.8.5 |
44-
| Avue | 2.6.18 |
46+
| hutool | 5.8.7 |
47+
| Avue | 3.1.3 |
4548

4649
### 模块说明
4750

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pig-ui",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"private": true,
55
"scripts": {
66
"dev": "vue-cli-service serve",

src/const/website.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
year: "2022", // 首页显示的时间
3-
version: "3.5.2", // 控制首页显示的版本号
3+
version: "3.5.3", // 控制首页显示的版本号
44
logo: "Pig", // 侧边栏搜索的时候顶部展示的文案
55
key: "pig", //配置主键,目前用于存储
66
title: "pig 快速开发框架",

0 commit comments

Comments
 (0)