diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..35654ff --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.3.0 + + + + com.example + spring-minimal + 1.0.0 + jar + Spring Minimal Application + Minimum compilable Spring Boot application skeleton + + + 17 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file