A proxy for JDBC DataSource that allows injecting custom logic into all database queries for monitoring or logging.
<dependency>
<groupId>net.ttddyy</groupId>
<artifactId>datasource-proxy</artifactId>
<version>1.11.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example wrapping a DataSource with ProxyDataSource.
Always set the real DataSource via constructor or setter before using the proxy.
No dependency data recorded yet.