Iteration 0

This commit is contained in:
Urban Modig
2025-10-04 21:21:41 +02:00
commit aef0a4c98f
14 changed files with 577 additions and 0 deletions

View File

@ -0,0 +1,13 @@
server:
port: 8080
spring:
datasource:
url: jdbc:postgresql://postgres:5432/hemhub
username: hemhub
password: hemhub
jpa:
hibernate:
ddl-auto: none
flyway:
enabled: true