
org.swiftboot.data.constant.InitDataConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-data Show documentation
Show all versions of swiftboot-data Show documentation
Data access component based on Spring-Data-JPA
package org.swiftboot.data.constant;
/**
* @author swiftech
* @since 2.1
*/
public interface InitDataConstants {
/**
* Default fallback dir name for loading CSV data files when initialize db.
*/
String DEFAULT_FALLBACK_DIR_NAME = "default";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy