hibernate property 수정

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