Skip to content

Commit ac7d973

Browse files
committed
jetty, tomcat 서버 실행 배치 파일 정리
1 parent 7d96308 commit ac7d973

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
22
SETLOCAL
33
ECHO [Jetty Run...]
4-
CALL ..\..\set-jdk-env.bat
5-
mvnw clean -Pjetty-run jetty:run
4+
CALL ..\..\set-jdk-21-env.bat
5+
CALL .\mvnw clean -Pjetty-run jetty:run

part-last/my-board-mds/tomcat-run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
SETLOCAL
33
ECHO [Tomcat Run...]
44
CALL ..\..\set-jdk-21-env.bat
5-
mvnw clean package -Ptomcat-run -DskipTests cargo:run
5+
CALL .\mvnw clean package -Ptomcat-run -DskipTests cargo:run

part-last/my-board-mds/tomcat-stop.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
SETLOCAL
33
ECHO [Tomcat Stop...]
44
CALL ..\..\set-jdk-21-env.bat
5-
mvnw -Ptomcat-run cargo:stop
5+
CALL .\mvnw -Ptomcat-run cargo:stop

0 commit comments

Comments
 (0)