新增跨域 demo 示例

This commit is contained in:
click33
2023-06-22 09:00:29 +08:00
parent 8dfc4c837c
commit fd5a162c75
44 changed files with 3760 additions and 0 deletions

View File

@@ -47,6 +47,11 @@ cd sa-token-demo-oauth2-client & call mvn clean & cd ..
cd sa-token-demo-oauth2-server & call mvn clean & cd ..
cd ..
cd sa-token-demo-cross
cd sa-token-demo-cross-header-server & call mvn clean & cd ..
cd sa-token-demo-cross-cookie-server & call mvn clean & cd ..
cd ..
cd sa-token-demo-dubbo
cd sa-token-demo-dubbo-consumer & call mvn clean & cd ..
cd sa-token-demo-dubbo-provider & call mvn clean & cd ..