Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Sep 19, 2022
1 parent 960de17 commit 2df2897
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<img src="https://img.shields.io/badge/Pig-3.5-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
</p>

## 系统说明

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

Expand All @@ -29,19 +30,21 @@

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


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

### 核心依赖

| 依赖 | 版本 |
| ---------------------- |------------|
| 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 |

### 模块说明

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pig-ui",
"version": "3.5.2",
"version": "3.5.3",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/const/website.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
year: "2022", // 首页显示的时间
version: "3.5.2", // 控制首页显示的版本号
version: "3.5.3", // 控制首页显示的版本号
logo: "Pig", // 侧边栏搜索的时候顶部展示的文案
key: "pig", //配置主键,目前用于存储
title: "pig 快速开发框架",
Expand Down

0 comments on commit 2df2897

Please sign in to comment.