set database settings
properties.hibernate.hbm2ddl.auto: none showSql: true
This commit is contained in:
@@ -7,4 +7,6 @@ spring:
|
||||
driver-class-name: org.h2.Driver
|
||||
username: sa
|
||||
jpa:
|
||||
database-platform: org.hibernate.dialect.H2Dialect
|
||||
database-platform: org.hibernate.dialect.H2Dialect
|
||||
properties.hibernate.hbm2ddl.auto: none
|
||||
showSql: true
|
||||
Reference in New Issue
Block a user