Fix jpa indentation

This commit is contained in:
2025-01-22 18:29:35 +01:00
parent 0ce625152c
commit e158583e48

View File

@ -6,6 +6,6 @@ spring:
username: ${DB_USER:dev}
password: ${DB_PASSWORD:password}
driver-class-name: org.postgresql.Driver
jpa:
show-sql: true
database-platform: org.hibernate.dialect.PostgreSQLDialect
jpa:
show-sql: true
database-platform: org.hibernate.dialect.PostgreSQLDialect