config: hibernate sql log 출력 제거

-> p6spy 로그만 활성
main
Jonguk. Lim 4 months ago
parent a51d7f21f5
commit ef48eb5833

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

Loading…
Cancel
Save