From 0615459f0cf0eab28b7bcfe6ae055fae9b46801c Mon Sep 17 00:00:00 2001 From: 7devanle Date: Sun, 8 Dec 2024 06:18:57 +0100 Subject: [PATCH] Added a spring boot web dependency 1. Added spring boot starter web dependency to the pom file, making it a spring boot application --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b701ac9..ea0e783 100644 --- a/pom.xml +++ b/pom.xml @@ -254,8 +254,14 @@ 1.20.1 test - + + + org.springframework.boot + spring-boot-starter-web + 3.3.6 + +