til
til copied to clipboard
Spring Transaction
https://www.baeldung.com/transaction-configuration-with-jpa-and-spring
logging:
level:
org:
springframework:
transctaion: trace
---
# Debug
spring:
config:
activate:
on-profile: debug
jpa:
properties:
hibernate:
show_sql: true
format_sql: true
use_sql_comments: true
logging:
level:
org:
springframework:
transaction: error
hibernate:
type:
descriptor:
sql: trace