From 0783107f588c09cea4d26808569ec5f1d6d524ec Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 05:53:08 +0000 Subject: [PATCH] =?UTF-8?q?Spring=20=EC=A0=84=ED=99=98=20=EA=B3=A8?= =?UTF-8?q?=EA=B2=A9=20=EC=B5=9C=EC=8B=A0=20reviewer=20=EA=B2=80=EC=A6=9D?= =?UTF-8?q?=20(role-developer-reverify-550-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..bbdc162 --- /dev/null +++ b/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + com.example + demo + 0.0.1-SNAPSHOT + demo + Spring Boot 3.x Demo Application + + 17 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file