Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/src/commit/42d5a37be85ff0a712013d1301d764514df5a5d5/bin/clean.bat You should set ROOT_URL correctly, otherwise the web may not work correctly.
ry_zhky/bin/clean.bat

12 lines
102 B

@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause