Spring Full-Stack Practical Cases
Sep 10, 2026 · Backend Development
Zero-Intrusion SQL Logging in Spring Boot 3.5 Using DataSource Proxy
This article demonstrates how to intercept and log SQL statements, parameters, and execution times in Spring Boot 3.5 by wrapping the DataSource with a proxy using the datasource-proxy library, without modifying any business code.
BeanPostProcessorDataSource ProxyMethod Tracing
0 likes · 8 min read
