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

io.magentys.cinnamon.conf.ConfigConstants Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package io.magentys.cinnamon.conf;

public final class ConfigConstants {

    public static final String PROJECT_DIR = System.getProperty("project.dir", ".");
    public static final String TARGET_DIR = "target";
    public static final String ENV_CONF_FILE = "env.conf";
    public static final String ENV_PROPERTY = System.getProperty("env");

    private ConfigConstants() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy