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/5a9d0ba0f6ea45bfca0d1f7cf2f11e8045405d38/bin/clean.bat
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@echo off
|
|
echo.
|
|
echo [信息] 清理工程target生成路径。
|
|
echo.
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd ..
|
|
call mvn clean
|
|
|
|
pause |