From 58ec62c24ccddc53abcfa42e60a48fe19148dbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=9C=EC=98=A8=ED=8C=8C=ED=8C=8C?= Date: Mon, 7 Mar 2022 01:42:29 +0900 Subject: [PATCH] =?UTF-8?q?yaml=20=ED=8C=8C=EC=9D=BC=20local/prod=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Deploy/bin/startup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/bin/startup.bat b/Deploy/bin/startup.bat index 9ea5715..7ea3a57 100644 --- a/Deploy/bin/startup.bat +++ b/Deploy/bin/startup.bat @@ -5,4 +5,4 @@ rem java -jar ..\webapp\ci-1.0.0-SNAPSHOT.war rem Started background... @START /b shutdown.bat -@START /b .\Java\jdk1.8.0_121\bin\java -jar ..\webapp\ci-1.0.0-SNAPSHOT.war -Dspring.profiles.active=prod \ No newline at end of file +@START /b .\Java\jdk1.8.0_121\bin\java "-Dspring.profiles.active=prod" -jar ..\webapp\ci-1.0.0-SNAPSHOT.war \ No newline at end of file