application.properties파일에 다음 속성을 추가해주세요.
spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true |
show-sql 속성은 sql쿼리문을 보여주도록 true로 설정해주세요.
spring.jpa.properties.hibernate.format_sql 속성은 코드센스에 잘 안보입니다. 직접 적어주세요.
이 속성은 sql query 로그가 한줄로 나오지 않고 정렬해서 나오도록 보여줍니다.
위 속성들을 적용한 걸과는 다음과 같이 정렬되어 보입니다.
'Web > Spring' 카테고리의 다른 글
[Spring-boot JPA] 쿼리와 파라미터 확인방법 (0) | 2019.09.09 |
---|---|
[Spring-boot JPA] 즉시로딩(EAGER)과 지연로딩(LAZY) (0) | 2019.09.06 |
[Spring-boot JPA] 맵핑 어노테이션 @Entity, @Table, @Column, @Id 속성과 개념 정리 (0) | 2019.09.05 |
[Spring-boot JPA] @Entity, @Id, save 예제 (0) | 2019.09.05 |
[Spring] ORA-00911: invalid character (0) | 2019.08.28 |
댓글