From 726018031f54da34b78d99b497140fb37aea3a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BA=86=E5=8D=8E?= <1719411461@qq.com> Date: Tue, 10 Sep 2019 19:28:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0NutzBoot=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=9A=84Demo,=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e9bfdc..8faf658 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ authRequest.login(callback); **配套Demo**: - [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) +- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo) - [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) - [ActFramework版](https://github.com/xkcoding/act-justauth-demo) From faae8816be13f53354dbf51fc25f6f394b88083a Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 11 Sep 2019 09:10:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:beers:=20=E6=B7=BB=E5=8A=A0Nutzboot?= =?UTF-8?q?=E7=89=88Demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 1 + README.md | 9 ++------- docs/supporting.md | 1 + 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 6b6ceff..80d6cb2 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -116,6 +116,7 @@ authRequest.login(callback); - [Springboot Example](https://gitee.com/yadong.zhang/JustAuth-demo) - [jFinal Example](https://github.com/xkcoding/jfinal-justauth-demo) - [ActFramework Example](https://github.com/xkcoding/act-justauth-demo) +- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo) **Springboot Starter** diff --git a/README.md b/README.md index def5896..5f3b4f2 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,8 @@ authRequest.login(callback); - [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) - [ActFramework版](https://github.com/xkcoding/act-justauth-demo) -**扩展工具** - -- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 - -**配套SpringBoot starter**: - -[justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) +## 插件 +- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) :Spring Boot 集成 JustAuth 的最佳实践 具体的例子可以参考: diff --git a/docs/supporting.md b/docs/supporting.md index 300a37b..adc7eb4 100644 --- a/docs/supporting.md +++ b/docs/supporting.md @@ -2,6 +2,7 @@ - [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) :JustAuth项目的demo(springboot项目) - [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) :Jfinal集成JustAuth的demo - [ActFramework版](https://github.com/xkcoding/act-justauth-demo) :ActFramework 集成 JustAuth 的 demo +- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo) ## 插件 - [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) :Spring Boot 集成 JustAuth 的最佳实践