All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.erupt.core.constant.EruptConst Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
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";

    public static final String DOT = ".";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy