feat: initial db persistence
This commit is contained in:
parent
e8abfb18eb
commit
2c4995f9d7
9 changed files with 342 additions and 46 deletions
4
.env.example
Normal file
4
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue