Commit 9816a9eb authored by tristaZero's avatar tristaZero
Browse files

add echo info.

parent 71819d47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,8 +12,11 @@ if "%PORT%"=="" (
set MAIN_CLASS=io.shardingsphere.proxy.Bootstrap
) else ( if "%CONFIG%"=="" (
    set MAIN_CLASS=io.shardingsphere.proxy.Bootstrap %PORT%
    echo The port is configured as %PORT%
    ) else (
    set MAIN_CLASS=io.shardingsphere.proxy.Bootstrap %PORT% %CONFIG%
    echo The port is configured as %PORT%
    echo The configuration file is %CONFIG%
    )
)