From faae8816be13f53354dbf51fc25f6f394b88083a Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 11 Sep 2019 09:10:41 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20=E6=B7=BB=E5=8A=A0Nutzboot=E7=89=88De?= =?UTF-8?q?mo?= 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 的最佳实践 -- GitLab