目录结构重构完成

This commit is contained in:
shengzhang
2021-05-05 01:02:20 +08:00
parent 5cde169e7f
commit 9965821b51
115 changed files with 185 additions and 33 deletions

View File

@@ -1,6 +1,10 @@
:: 整体clean
call mvn clean
:: demo模块clean
cd sa-token-demo
cd sa-token-demo-jwt
call mvn clean
cd ..
@@ -13,14 +17,17 @@ cd sa-token-demo-webflux
call mvn clean
cd ..
cd sa-token-demo-oauth2\sa-token-demo-oauth2-client
cd sa-token-demo-oauth2-client
call mvn clean
cd ../..
cd ..
cd sa-token-demo-oauth2\sa-token-demo-oauth2-server
cd sa-token-demo-oauth2-server
call mvn clean
cd ../..
cd ..
cd ..
:: 最后打印
echo;
echo;
echo ----------- clean end -----------