Skip to content

Commit

Permalink
Added a spring boot web dependency
Browse files Browse the repository at this point in the history
1. Added spring boot starter web dependency to the pom file, making it a spring boot application
  • Loading branch information
7devanle committed Dec 8, 2024
1 parent 9be9b26 commit 0615459
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,14 @@
<version>1.20.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<!--Spring boot-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.3.6</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
Expand Down

0 comments on commit 0615459

Please sign in to comment.