Implemented story 1 and missing utils

This commit is contained in:
Matthias Engelien
2024-09-16 07:07:30 +02:00
parent cbd6d373bb
commit 86ecf3b317
12 changed files with 263 additions and 126 deletions

View File

@@ -57,13 +57,17 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<!-- confinience -->
<!-- convenient -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.8.0</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>org.springframework.boot</groupId>