diff --git a/README.en-US.md b/README.en-US.md index 523798d969334454b823591e6c64b0ec62ab5a30..325c6f8a2abbb085b31e4b1e132d96244f383849 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -117,6 +117,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 a22e10d964b6ddab13e85f0b9176a7fe5f83bcc9..82a133e276b1fb3a392b8de4b21c21483d1da9d5 100644 --- a/README.md +++ b/README.md @@ -115,16 +115,12 @@ 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) -**扩展工具** - -- [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 300a37bc8ce328d5b96c75bde2a4ff6d0283c02d..adc7eb452ecef87163d9ab11dd1cc64b687c75ed 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 的最佳实践