hibernate property 수정

This commit is contained in:
현성필
2024-06-24 14:48:58 +09:00
parent 76d3d3282a
commit 1610132270
+2
View File
@@ -37,6 +37,8 @@ spring:
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
show-sql: false
database-platform: org.hibernate.dialect.H2Dialect