diff --git a/spring-runtime/spring-runtime-core/pom.xml b/spring-runtime/spring-runtime-core/pom.xml new file mode 100644 index 0000000..238bd10 --- /dev/null +++ b/spring-runtime/spring-runtime-core/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + + + com.runtime + spring-runtime + 1.0.0-SNAPSHOT + + + spring-runtime-core + jar + + Spring Runtime Core + 스프링 런타임 공통 코어 모듈 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-validation + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + +