BAEL-3438: small fix

This commit is contained in:
emanuel.trandafir 2023-10-12 12:18:44 +02:00
parent ac9f71f090
commit 19a5a32d0f
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ spring.datasource.url=jdbc:h2:mem:baeldung
spring.jpa.show-sql=false
#hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto= create
spring.jpa.hibernate.ddl-auto=create
spring.jpa.properties.hibernate.id.new_generator_mappings=false