From 2219ed79ed3a33eed226afc9278341eb7f162f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= Date: Wed, 24 Oct 2018 15:47:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0pigx=20=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761fa22e..eb4d8524 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ - 完整的OAuth 2.0 流程,资源服务器控制权限 - 去除了部分对于开发不友好的中间件,快速上手 - [在线体验](http://pigx.pigx.top) -[源码获取](https://gitee.com/log4j/pig/wikis/pigx) +[源码获取](https://pig4cloud.com/pigx.html) ### 功能 - 完善登录:账号密码模式、短信验证码模式、社交账号模式均整合Spring security oAuth - 单点登录:基于Srping security oAuth 提供单点登录接口,方便其他系统对接 From 44f4c719e7c5e5abdfc0af49b4bf15efce564c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= Date: Mon, 29 Oct 2018 16:58:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb4d8524..db194ef6 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,16 @@ ## pigX - 全网最新的Cloud 权限系统 -- 基于Spring Boot 2.0.4.RELEASE -- 基于Spring Cloud Finchley.SR1 -- 网关基于 Spring Cloud Gateway -- 提供Consul 服务注册发现版本pigxc -- 最终一致性的分布式事务解决方案 +- 前后端完全分离,基于Spring Boot 2.0.6.RELEASE丶Finchley.SR2 +- 深度定义LCN 解决分布式事务问题 - 图形化代码生成,不会vue也能做到敏捷开发 -- 基于 Spring Security oAuth 深度定制,支持社交登录等 -- 完整的OAuth 2.0 流程,资源服务器控制权限 +- 基于Spring Cloud Gateway 定制webflux网关 +- 封装部分Spring Cloud 原生组件,企业化开发更加方便 +- 基于 Spring Security OAuth 深度权限定制,权限控制到菜单、token +- 完全打通常见社交登录,面对OAuth 前后端分离架构不在难办 - 去除了部分对于开发不友好的中间件,快速上手 +- 提供Consul 服务注册发现版本pigxc +- 完全开源,持续更新 - [在线体验](http://pigx.pigx.top) [源码获取](https://pig4cloud.com/pigx.html) ### 功能