feat: initial db persistence

This commit is contained in:
Finn Linck Ryan 2025-12-13 17:09:08 +01:00
parent e8abfb18eb
commit 2c4995f9d7
9 changed files with 342 additions and 46 deletions

4
.env.example Normal file
View file

@ -0,0 +1,4 @@
DB_URL=jdbc:postgresql://localhost:5432/homepage
DB_MIGRATION=src/main/resources/db/migration
DB_USERNAME=postgres
DB_PASSWORD=postgres