====== DataSource Proxy ====== * https://github.com/ttddyy/datasource-proxy * Java JDBC Data Source 를 proxy 하고 중간에 로직이나 로그를 끼워넣을 수 있게 해준다. ===== 참고 ===== * [[https://vladmihalcea.com/the-best-way-to-log-jdbc-statements/|The best way to log JDBC statements - Vlad Mihalcea]] * [[https://vladmihalcea.com/log-sql-spring-boot/|The best way to log SQL statements with Spring Boot - Vlad Mihalcea]] * [[https://arnoldgalovics.com/spring-boot-datasource-proxy/|Configuring a datasource-proxy in Spring Boot – Arnold Galovics]] * [[https://www.boraji.com/hibernate-5-datasource-proxy-configuration-example|Hibernate 5 - datasource-proxy configuration example | BORAJI.COM]]