Ihar Hancharenka 59dcc62045 m
2023-08-13 22:21:10 +03:00

11 строки
388 B
Plaintext

spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
2022
https://www.baeldung.com/sql-logging-spring-boot2022
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
logging.level.org.springframework.jdbc.core.StatementCreatorUtils=TRACE