JAVA-22773: Adding spring-boot-starter-web dependecy for stopping the application closes immediately

This commit is contained in:
Bipinkumar27 2023-08-01 21:26:00 +05:30
parent eb5e9fe2b5
commit c19e9da614

View File

@ -17,6 +17,10 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>