set database settings

properties.hibernate.hbm2ddl.auto: none
showSql: true
This commit is contained in:
kimyonghwa
2019-04-12 01:22:39 +09:00
parent e9c60857fb
commit 1d5e9e3edf

View File

@@ -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