From bfa17f76f3c7c04e379a7b6b0af93651cf8d8b1b Mon Sep 17 00:00:00 2001 From: forge-bot Date: Fri, 10 Jul 2026 15:15:35 +0000 Subject: [PATCH] =?UTF-8?q?BAIS=20=EA=B6=8C=ED=95=9C=20=EC=84=9C=EB=B9=84?= =?UTF-8?q?=EC=8A=A4=EB=A5=BC=20Spring=20Java=EB=A1=9C=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20(BAIS-RECOVERY-MIG-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..3c4eaa1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + + com.example + bais-authorization-service + 1.0-SNAPSHOT + jar + + + org.springframework.boot + spring-boot-starter-parent + 3.1.0 + + + + + 17 + + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + + \ No newline at end of file