From 37349179313e3aaf580b6d2a0a2bf4e3791cec42 Mon Sep 17 00:00:00 2001 From: Upendra Kumbham Date: Sat, 18 Apr 2026 17:36:42 +0100 Subject: [PATCH] Added pom.xml file and required dependencies to enable java,springboot in the project --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..6c34601c --- /dev/null +++ b/pom.xml @@ -0,0 +1,32 @@ + + 4.0.0 + + com.tpximpact + url_shortener_api + 1.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.0 + + + + 17 + + + + + + org.springframework.boot + spring-boot-starter + + + + + org.springframework.boot + spring-boot-starter-web + + + +