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