收银后台上传!
This commit is contained in:
5
eladmin-system/src/assembly/startup.bat
Normal file
5
eladmin-system/src/assembly/startup.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
setLocal enableDelayedExpansion
|
||||
set cp=.
|
||||
FOR %%i IN ("%~dp0libs\*.jar") DO set cp=!cp!;%%~fsi
|
||||
start "gateway-app-server" java -cp %cp% GatewayAppApplication
|
||||
Reference in New Issue
Block a user