작성
·
318
0
7분39초에나오는 jpa쿼리처럼 줄바꿈에서 콘솔에서 보려면 어떻게 하나요? 저는 1렬로 나와서 쿼리를 보기 불편해서요. 혹시나해서 제 설정파일 남길게요
spring:
datasource:
url: jdbc:h2:tcp://localhost/~/jpashop
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create
properties:
hibernate:
show_sql: true
format_sql: true
logging:
level:
org.hibernate.SQL: debug
# ?????? ??
org.hibernate.type: trace