From c079837b30885458b00eb79549f11d271762c980 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 04:35:42 +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/pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 spring-runtime/pom.xml diff --git a/spring-runtime/pom.xml b/spring-runtime/pom.xml new file mode 100644 index 0000000..ebc7e3b --- /dev/null +++ b/spring-runtime/pom.xml @@ -0,0 +1,61 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + + com.runtime + spring-runtime + 1.0.0-SNAPSHOT + pom + + Spring Runtime Parent + 스프링 프레임워크 전환 부모 POM + + + spring-runtime-core + spring-runtime-api + spring-runtime-service + spring-runtime-repository + spring-runtime-starter + + + + 17 + 17 + 17 + UTF-8 + + + + + + com.runtime + spring-runtime-core + ${project.version} + + + com.runtime + spring-runtime-api + ${project.version} + + + com.runtime + spring-runtime-service + ${project.version} + + + com.runtime + spring-runtime-repository + ${project.version} + + + +