rschall.jfr-jdbctemplate.0.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfr-jdbctemplate Show documentation
Show all versions of jfr-jdbctemplate Show documentation
A JdbcTemplate that generates JFR events.
module com.github.marschall.jfrjdbctemplate {
requires java.sql;
requires jdk.jfr;
requires spring.beans; // required for tests
requires spring.core;
requires spring.tx;
requires transitive spring.jdbc;
exports com.github.marschall.jfrjdbctemplate;
}