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} + + + +