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