ludc
2025-01-08 cbfed970e1c542b39c633881af2dc425573e0a3f
调整部署启动脚本
已修改2个文件
11 ■■■■ 文件已修改
Bin/PLTWEB/5-Startup_Web.bat 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Bin/PLTWEB/5-Startup_Web_UI.bat 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Bin/PLTWEB/5-Startup_Web.bat
@@ -40,6 +40,3 @@
    --spring.profiles.active=prod ^
    --spring.messages.basename=BOOT-INF/classes/i18n/messages
:: 暂停以查看输出
pause
Bin/PLTWEB/5-Startup_Web_UI.bat
@@ -1,5 +1,5 @@
@echo off
title Redis
title nginx
color 0a
setlocal
@@ -7,5 +7,7 @@
::echo %%CLASSPATH%% %CLASSPATH%
cd ./nginx-1.27.0
call start.bat
cd ..
start stop.bat
start start.bat
exit