diff --git a/bin/clean.bat b/bin/clean.bat deleted file mode 100644 index 24c0974..0000000 --- a/bin/clean.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -echo. -echo [信息] 清理工程target生成路径。 -echo. - -%~d0 -cd %~dp0 - -cd .. -call mvn clean - -pause \ No newline at end of file diff --git a/bin/clean.sh b/bin/clean.sh index 5ee495b..c243a5e 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -45,10 +45,10 @@ if [ -d "docker/nginx/html/dist" ]; then echo "docker/nginx/html/dist 娓呯悊瀹屾垚" fi -if [ -d "docker/hyf/html/dist" ]; then - echo "娓呯悊 docker/hyf/html/dist 鏂囦欢澶..." - rm -rf docker/hyf/html/dist/* - echo "docker/hyf/html/dist 娓呯悊瀹屾垚" +if [ -d "docker/a_th_web/html/dist" ]; then + echo "娓呯悊 docker/a_th_web/html/dist 鏂囦欢澶..." + rm -rf docker/a_th_web/html/dist/* + echo "docker/a_th_web/html/dist 娓呯悊瀹屾垚" fi diff --git a/bin/package.bat b/bin/package.bat deleted file mode 100644 index c693ec0..0000000 --- a/bin/package.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -echo. -echo [信息] 打包Web工程,生成war/jar包文件。 -echo. - -%~d0 -cd %~dp0 - -cd .. -call mvn clean package -Dmaven.test.skip=true - -pause \ No newline at end of file