Add the web part to Spring Boot app

Change-Id: I1c7dfa9607503dc87eefead493343e08362b9b1b
This commit is contained in:
Radosław Piliszek 2023-05-29 16:17:56 +02:00
parent a4f6fa5848
commit b338888048

View File

@ -21,7 +21,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>