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

com.github.ltsopensource.core.constant.Environment Maven / Gradle / Ivy

package com.github.ltsopensource.core.constant;

/**
 * 程序环境
 * @author Robert HG ([email protected]) on 9/12/15.
 */
public enum Environment {

    UNIT_TEST,  // 单元测试
    DEV,        // 开发
    ONLINE      // 线上

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy