From ca2599c528ec07c0ff5773da202ee27c1cf51ade Mon Sep 17 00:00:00 2001
From: shengzhang <2393584716@qq.com>
Date: Wed, 5 May 2021 01:08:00 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E9=87=8D?=
=?UTF-8?q?=E6=9E=84=E5=AE=8C=E6=88=90..?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sa-token-demo/pom.xml | 86 ------------------------------
sa-token-doc/doc/start/download.md | 4 +-
sa-token-plugin/pom.xml | 2 +-
3 files changed, 3 insertions(+), 89 deletions(-)
delete mode 100644 sa-token-demo/pom.xml
diff --git a/sa-token-demo/pom.xml b/sa-token-demo/pom.xml
deleted file mode 100644
index 208af28a..00000000
--- a/sa-token-demo/pom.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-
- 4.0.0
- cn.dev33
- sa-token-demo-jwt
- 0.0.1-SNAPSHOT
-
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.0.0.RELEASE
-
-
-
-
-
- 1.18.0
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-aop
-
-
-
-
- cn.dev33
- sa-token-spring-boot-starter
- ${sa-token-version}
-
-
-
-
- io.jsonwebtoken
- jjwt
- 0.9.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/sa-token-doc/doc/start/download.md b/sa-token-doc/doc/start/download.md
index e8d34699..bd31e6c6 100644
--- a/sa-token-doc/doc/start/download.md
+++ b/sa-token-doc/doc/start/download.md
@@ -96,10 +96,10 @@ implementation 'cn.dev33:sa-token-core:1.18.0'
├── sa-token-oauth2 // [插件] sa-token 实现 OAuth2.0 模块(内测暂未发布)
├── sa-token-demo // [示例] sa-token 示例合集
├── sa-token-demo-springboot // [示例] sa-token 整合 SpringBoot
- ├── sa-token-demo-jwt // [示例] sa-token 集成 jwt [示例]
├── sa-token-demo-webflux // [示例] sa-token 整合 WebFlux [示例]
- ├── sa-token-demo-oauth2-client // [示例] sa-token 集成 OAuth2.0 (客户端)
+ ├── sa-token-demo-jwt // [示例] sa-token 集成 jwt [示例]
├── sa-token-demo-oauth2-server // [示例] sa-token 集成 OAuth2.0 (服务端)
+ ├── sa-token-demo-oauth2-client // [示例] sa-token 集成 OAuth2.0 (客户端)
├── sa-token-doc // [文档] sa-token 开发文档
├──pom.xml
```
diff --git a/sa-token-plugin/pom.xml b/sa-token-plugin/pom.xml
index a65f736e..be734cb3 100644
--- a/sa-token-plugin/pom.xml
+++ b/sa-token-plugin/pom.xml
@@ -18,8 +18,8 @@
sa-token-dao-redis
sa-token-dao-redis-jackson
- sa-token-oauth2
sa-token-spring-aop
+ sa-token-oauth2
\ No newline at end of file