This commit is contained in:
2025-04-25 22:48:38 +02:00
parent e60f959dfb
commit a0b72570f7
2 changed files with 212 additions and 13 deletions

10
pom.xml
View File

@@ -46,6 +46,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>