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/58e29cd915769e2ab95a90c6205217340b175eb2/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