BAEL-3438: small fix
This commit is contained in:
parent
ac9f71f090
commit
19a5a32d0f
|
@ -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
|
Loading…
Reference in New Issue