setup prod deploy with db

This commit is contained in:
2025-10-23 19:26:21 +02:00
parent 3d20e876c3
commit 4a2838c208
3 changed files with 55 additions and 2 deletions

View File

@@ -33,6 +33,10 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>