티스토리 뷰
logging:
level:
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
spring:
jpa:
properties:
hibernate:
format_sql: true
show-sql: true
SpringBoot 2 버전에서는 위와 같이 작성한 application.yml 을
프로젝트에서 사용하는 SpringBoot 3 버전에서 사용했을때 binding parameter가 표시되지 않았다.
이유는 SpringBoot 3 부터는 Hibernate 6 버전을 사용하는데
Hibernate 6 버전에서 BasicBinder가 Rename 되었다.
spring:
h2:
console:
enabled: true
datasource:
generate-unique-name: false
jpa:
properties:
hibernate:
format_sql: true
highlight_sql: true
ddl-auto: create
defer-datasource-initialization: true
flyway:
enabled: false
logging:
level:
org.hibernate.SQL: debug
org.hibernate.orm.jdbc.bind: trace
SpringBoot 3 application.yml
https://github.com/spring-projects/spring-boot/issues/36640
https://docs.jboss.org/hibernate/orm/6.0/logging/logging.html
'spring' 카테고리의 다른 글
어댑터 패턴을 활용기 (0) | 2024.06.16 |
---|---|
ShedLock 도입기 (0) | 2024.04.11 |
FeignClient @FormProperty 트러블 슈팅 (2) | 2023.10.15 |
스프링의 트랜잭션 전파 속성(Transaction propagation) 실제 쿼리 (0) | 2023.10.07 |
DispatcherServlet을 어떻게 Eembeded Tomcat에 등록할까? (0) | 2023.09.28 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- CreationTimestamp
- JPA SQL Injection
- setDateFormat
- ValidateException
- entity 검증
- 유저 시나리오
- Spring Boot 3
- User Scenario
- 구글 OpenID
- 구글 소셜로그인
- Attribute Converter
- feignClient
- @ElementCollection
- DispatcherServletInitializer
- BasicBinder
- WebFlux 의존성
- @Converter
- defer-datasource-initialization
- CreatedDate
- dto 위치
- dto 검증
- java 17
- @FormProperty
- 레이어드 아키텍처
- ServletContainerInitializer
- FormProperty
- org.springframework:spring-webflux
- HandlesTypes
- 유저 스토리
- HTTPInterface
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함