Forgot to commit and push. After the base is done, I'll be following normal git principles.

This commit is contained in:
Reeverflow
2026-02-05 11:17:55 +01:00
parent a73221636e
commit cd6cc9812a
7 changed files with 108 additions and 0 deletions

View File

@@ -45,6 +45,13 @@
<artifactId>spring-boot-starter-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.40</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>