Add database

This commit is contained in:
2025-01-22 16:36:05 +01:00
parent 28ddd5307c
commit d2c7b2b485
3 changed files with 31 additions and 1 deletions

View File

@ -42,6 +42,11 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>