From 00d78f615b13844baefef75c13b3b775a963f781 Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Sat, 1 Dec 2018 12:31:00 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=A4=9A=E6=96=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=A8=B3=E5=AE=9A=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UPDATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 399a4f4..35a1b54 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,21 @@ yexuejc-springboot 更新内容 ------------------- +#### version :2.0.5 +**time:2018-12-1 12:27:10**
+**branch:** master
+**关联工程:**
+``` +springboot-base:1.2.4 +spring-boot-starter-parent:2.0.5.RELEASE +``` +**update:**
+1. security多方登录第一个稳定版
+支持账号登录、短信登录、第三方授权openid登录
+功能链接[security重构-多方登录](doc/SECURITY.md) + + +# #### version :2.0.3 **time:2018-11-9 16:58:06**
**branch:** master
From 8b0e0d7bbf51964ef028953389f72a8481d20ccd Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Sat, 1 Dec 2018 12:32:00 +0800 Subject: [PATCH 2/4] =?UTF-8?q?2.0.5=201.=20security=E5=A4=9A=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=AC=AC=E4=B8=80=E4=B8=AA=E7=A8=B3=E5=AE=9A?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/MENU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MENU.md b/doc/MENU.md index 20a1fbc..2009e91 100644 --- a/doc/MENU.md +++ b/doc/MENU.md @@ -9,7 +9,7 @@ ### 内部集成 # -* [(2.0.3)新增 集成security多方登录](SECURITY.md) +* [(2.0.3-2.0.5)新增 集成security多方登录](SECURITY.md) 单独使用例子工程:[https://github.com/yexuejc/springboot-security-login-simple](https://github.com/yexuejc/springboot-security-login-simple) * [1.0.6新增 针对API请求安全解决方案](PARAMS_RSA_DECRYPT_ENCRYPT.md)
* [1.0.6新增 加密功能](PARAMS_RSA_DECRYPT_ENCRYPT.md) From ddefdfb5987004d62d233b0ac8f1f0218acf7702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E9=9B=AA=E5=89=91=E8=BE=B0?= <1107047387@qq.com> Date: Sat, 1 Dec 2018 12:36:54 +0800 Subject: [PATCH 3/4] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b28404c..910fec8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ parent:版本封装
base:功能封装 #### 最新版本 ->yexuejc.springboot.version=2.0.2
+>yexuejc.springboot.version=2.0.5
>yexuejc.base.version=1.2.0 pom.xml From 56eeafd38e5b12acf340e55a183acd1af4b01bab Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Sat, 1 Dec 2018 12:53:16 +0800 Subject: [PATCH 4/4] 2.0.5 --- pom.xml | 2 +- yexuejc-springboot-base/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5b880a..babcdec 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.0.4 + 2.0.5 pom ${project.artifactId} diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml index b19b715..6d83a78 100644 --- a/yexuejc-springboot-base/pom.xml +++ b/yexuejc-springboot-base/pom.xml @@ -9,7 +9,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.0.4 + 2.0.5