From cbfed970e1c542b39c633881af2dc425573e0a3f Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期三, 08 一月 2025 17:29:53 +0800
Subject: [PATCH] 调整部署启动脚本
---
Bin/PLTWEB/5-Startup_Web.bat | 3 ---
Bin/PLTWEB/5-Startup_Web_UI.bat | 8 +++++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/Bin/PLTWEB/5-Startup_Web.bat b/Bin/PLTWEB/5-Startup_Web.bat
index 8cc7920..45acb3a 100644
--- a/Bin/PLTWEB/5-Startup_Web.bat
+++ b/Bin/PLTWEB/5-Startup_Web.bat
@@ -40,6 +40,3 @@
--spring.profiles.active=prod ^
--spring.messages.basename=BOOT-INF/classes/i18n/messages
-:: 鏆傚仠浠ユ煡鐪嬭緭鍑�
-pause
-
diff --git a/Bin/PLTWEB/5-Startup_Web_UI.bat b/Bin/PLTWEB/5-Startup_Web_UI.bat
index 2f5ac1f..54f5d3d 100644
--- a/Bin/PLTWEB/5-Startup_Web_UI.bat
+++ b/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
\ No newline at end of file
--
Gitblit v1.9.3