📝 Writing docs. about readme

This commit is contained in:
冷冷 2018-11-28 19:26:20 +08:00
parent c5ab2cc933
commit a89342e3d0
2 changed files with 39 additions and 54 deletions

View File

@ -1,3 +1,6 @@
> **是否二次开发** (修改包名等)
> **错误描述** (提供必要的回显步骤) > **错误描述** (提供必要的回显步骤)

View File

@ -1,45 +1,41 @@
<h3 align="center">Pig Microservice Architecture</h2>
<p align="center"> <p align="center">
<img src="https://img.shields.io/badge/Avue-1.5.4.RC1-green.svg" alt="Build Status"> <img src="https://img.shields.io/badge/Avue-1.5.4-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-EdgwareSR4-orange.svg" alt="Coverage Status"> <img src="https://img.shields.io/badge/Spring%20Cloud-EdgwareSR4-orange.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-1.5.13-blue.svg" alt="Downloads"> <img src="https://img.shields.io/badge/Spring%20Boot-1.5.15-blue.svg" alt="Downloads">
<img src="https://img.shields.io/npm/v/npm.svg" alt="Version"> <img src="https://img.shields.io/npm/v/npm.svg" alt="Version">
<img src="https://img.shields.io/npm/l/vue.svg" alt="License"> <img src="https://img.shields.io/npm/l/vue.svg" alt="License">
</p> </p>
## 简介 ## Pig Microservice Architecture
- [在线体验](http://pig.pigx.top)
- [项目官网](https://pig4cloud.com) 基于Spring Cloud、OAuth2.0、Vue的前后端分离的权限管理系统
您可以点击这里[在线体验](http://pig.pigx.top) ,更多开发资料请参考[官网](https://pig4cloud.com),最新版本请关注[升级版](https://pig4cloud.com/zh-cn/docs/dir/pigx.html)
---
- [入门视频](https://www.bilibili.com/video/av20229859/) <p align="center">
<img src="http://a.pigx.top/pig架构图.png">
</p>
- [部署文档](https://www.kancloud.cn/lengleng/pig-guide/550736) ### 模块说明
``` lua
- [问题反馈](https://gitee.com/log4j/pig/issues) pig
├── pig-ui -- element-vue-admin实现[8000]
- [pig-ui](https://gitee.com/log4j/pig-ui)、[pig-config](https://gitee.com/cqzqxq_lxh/pig-config) ├── pig-auth -- 授权服务提供[3000]
├── pig-common -- 系统公共模块
- <a target="_blank" href="https://jq.qq.com/?_wv=1027&k=5zWEvg5">交流群23754102 人数有限需要Spring Cloud 基础,小白必清,谢谢!)</a> ├── pig-config -- 配置中心[4001]
├── pig-eureka -- 服务注册与发现[1025]
- 朋友的开源项目,大家有需要的可以支持一下:[thlws-payment](https://gitee.com/thlws) ├── pig-gateway -- ZUUL网关[9999]
├── pig-modules -- 微服务模块
├ ├── pig-daemon-service -- 分布式调度中心[4060]
## pigX ├ ├── pig-mc-service -- 消息中心[4050]
- 全网最新的Cloud 权限系统 ├ ├── pig-sso-client-demo -- 单点登录客户端示例[4040]
- 前后端完全分离基于Spring Boot 2.0.6.RELEASEFinchley.SR2 ├ └── pig-upms-service -- 权限管理提供[4000]
- 深度定义LCN 解决分布式事务问题 └── pig-visual -- 图形化模块
- 图形化代码生成不会vue也能做到敏捷开发 ├── pig-monitor -- 服务状态监控、turbine [5001]
- 基于Spring Cloud Gateway 定制webflux网关 ├── pig-zipkin-elk -- zipkin、ELK监控[5002、5601]
- 封装部分Spring Cloud 原生组件,企业化开发更加方便 └── pig-cache-cloud -- 缓存管理、统一监控[5005]
- 基于 Spring Security OAuth 深度权限定制,权限控制到菜单、token ```
- 完全打通常见社交登录面对OAuth 前后端分离架构不在难办 ### 功能列表
- 去除了部分对于开发不友好的中间件,快速上手
- 提供Consul 服务注册发现版本pigxc
- 完全开源,持续更新
- [在线体验](http://pigx.pigx.top)
[源码获取](https://pig4cloud.com/#/docs/pigx/pigx)
### 功能
- 完善登录账号密码模式、短信验证码模式、社交账号模式均整合Spring security oAuth - 完善登录账号密码模式、短信验证码模式、社交账号模式均整合Spring security oAuth
- 单点登录基于Srping security oAuth 提供单点登录接口,方便其他系统对接 - 单点登录基于Srping security oAuth 提供单点登录接口,方便其他系统对接
- 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 - 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
@ -64,27 +60,13 @@
- 分布式任务调度: 基于elastic-job的分布式任务zookeeper做调度中心 - 分布式任务调度: 基于elastic-job的分布式任务zookeeper做调度中心
- zipkin链路追踪 数据保存ELK图形化展示 - zipkin链路追踪 数据保存ELK图形化展示
- pinpoint链路追踪 数据保存hbase图形化展示 - pinpoint链路追踪 数据保存hbase图形化展示
### 模块
``` lua
pig
├── pig-ui -- element-vue-admin实现[8000]
├── pig-auth -- 授权服务提供[3000]
├── pig-common -- 系统公共模块
├── pig-config -- 配置中心[4001]
├── pig-eureka -- 服务注册与发现[1025]
├── pig-gateway -- ZUUL网关[9999]
├── pig-modules -- 微服务模块
├ ├── pig-daemon-service -- 分布式调度中心[4060]
├ ├── pig-mc-service -- 消息中心[4050]
├ ├── pig-sso-client-demo -- 单点登录客户端示例[4040]
├ └── pig-upms-service -- 权限管理提供[4000]
└── pig-visual -- 图形化模块
├── pig-monitor -- 服务状态监控、turbine [5001]
├── pig-zipkin-elk -- zipkin、ELK监控[5002、5601]
└── pig-cache-cloud -- 缓存管理、统一监控[5005]
```
### 截图 (点击可大图预览) ### 问题反馈
1. 欢迎提交 [ issue](https://gitee.com/log4j/pig/issues/new?issue%5Bassignee_id%5D=0&issue%5Bmilestone_id%5D=0),请写清楚遇到问题的原因,浏览器和操作系统环境,重现的流程。 如果有开发能力,建议在本地调试出出错的代码。
2. 不接受功能请求的issue功能请求可能会被直接关闭请谅解正确的方式是打赏并附言
### 系统展示
<table> <table>
<tr> <tr>
<td><img src="https://oss.pigx.top/pic/201806/login.png"/></td> <td><img src="https://oss.pigx.top/pic/201806/login.png"/></td>