-> p6spy 로그만 활성
@ -58,7 +58,7 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MariaDB103Dialect
show-sql: true
# show-sql: true
# generate-ddl: true #TODO: 필요 시 주석해제. generate-ddl를 true 설정 시 ddl-auto의 설정값과 무관하게 DDL 스크립트 실행
hibernate:
ddl-auto: none
@ -67,8 +67,8 @@ spring:
physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
properties:
format_sql: true
use_sql_comments: true
# format_sql: true
# use_sql_comments: true
order_inserts: true
order_updates: true
jdbc: