xyz.erupt.core.constant.EruptConst Maven / Gradle / Ivy
package xyz.erupt.core.constant;
/**
* @author YuePeng
* date 2020-06-09
*/
public class EruptConst {
public static final String BASE_PACKAGE = "xyz.erupt";
public static final String ERUPT_DIR = ".erupt";
public static final String DEFAULT_DATA_PROCESSOR = "jpa";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy