-
application.properties # 쿼리 로그 Show 설정 spring.jpa.show-sql=true # SQL문 정렬하여 출력 spring.jpa.properties.hibernate.format_sql=true # 바인딩되는 파라미터 값 출력 logging.level.org.hibernate.type.descriptor.sql=trace