From 5f91cef2be5e394c7241a5c715ea5f4a84ef394a Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 05:27:27 +0000 Subject: [PATCH] =?UTF-8?q?Spring=20=EC=A0=84=ED=99=98=20=EC=B5=9C?= =?UTF-8?q?=EC=86=8C=20=EC=8B=A4=ED=96=89=20=EA=B3=A8=EA=B2=A9=20=EC=9E=AC?= =?UTF-8?q?=EA=B2=80=EC=A6=9D=20(role-developer-reverify-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..717d32f --- /dev/null +++ b/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + + com.example + spring-minimal + 1.0.0 + jar + spring-minimal + Spring Boot Minimal Application + + + 17 + 17 + 17 + UTF-8 + + + + + 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