org.linuxprobe.spring.boot.start.ConfigurationCustomizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-universal-crud-spring-boot-starter Show documentation
Show all versions of mybatis-universal-crud-spring-boot-starter Show documentation
mybatis-universal-crud-spring-boot-starter
package org.linuxprobe.spring.boot.start;
import org.linuxprobe.crud.mybatis.session.UniversalCrudConfiguration;
public interface ConfigurationCustomizer {
void customize(UniversalCrudConfiguration configuration);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy