From 3940a133acb9f3d0c15e37e8f985f412381fd5d9 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 04:35:43 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A7=81=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EA=B3=84=ED=9A=8D=20=EC=88=98=EB=A6=BD=20(iss-cb35?= =?UTF-8?q?afc33813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-runtime/spring-runtime-starter/pom.xml | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 spring-runtime/spring-runtime-starter/pom.xml diff --git a/spring-runtime/spring-runtime-starter/pom.xml b/spring-runtime/spring-runtime-starter/pom.xml new file mode 100644 index 0000000..0986705 --- /dev/null +++ b/spring-runtime/spring-runtime-starter/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + + com.runtime + spring-runtime + 1.0.0-SNAPSHOT + + + spring-runtime-starter + jar + + Spring Runtime Starter + 스프링 런타임 메인 애플리케이션 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-actuator + + + com.runtime + spring-runtime-core + + + com.runtime + spring-runtime-api + + + com.runtime + spring-runtime-service + + + com.runtime + spring-runtime-repository + + + org.springframework.boot + spring-boot-starter-test + test + + + com.h2database + h2 + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +