해당하는 설정 적용이 잘 안되었음
jpa:
hibernate:
ddl-auto: create
show-sql: true
properties:
hibernate:
format_sql: true
나는 콘솔에 쿼리문을 보고 싶었음
뭘해도 안됨
format_sql: true 이부분에 노란색 경고문을 봄
This key is used in a map and contains special characters. It is recommended to escape it by surrounding it with '[]'.
그래서 [format_sql]: true 추가
안됨
다른 경고문 나옴 : Expecting a 'String' but got a 'Sequence' node
'[format_sql]': true
이렇게 고쳐주고 해결됨
'오류 해결' 카테고리의 다른 글
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Unsupported connection setting " MVCC" [90113-214] (0) | 2023.03.04 |
---|---|
Error creating bean with name (0) | 2022.12.22 |
JPA TEST 중... (0) | 2022.12.20 |
@ 어노테이션 안될 때 (0) | 2022.12.18 |