ru.tinkoff.kora.database.flyway.FlywayJdbcDatabaseModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-flyway Show documentation
Show all versions of database-flyway Show documentation
Kora database-flyway module
package ru.tinkoff.kora.database.flyway;
public interface FlywayJdbcDatabaseModule {
default FlywayJdbcDatabaseInterceptor flywayJdbcDatabaseInterceptor() {
return new FlywayJdbcDatabaseInterceptor();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy