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

xin.altitude.cms.code.constant.RunEnv Maven / Gradle / Ivy

There is a newer version: 1.3.4.1
Show newest version
/*
 * Copyright (Java知识图谱) 2022.
 */

package xin.altitude.cms.code.constant;

/**
 * 运行时环境
 *
 * @author explore
 * @since 2019/12/21 19:51
 **/
public interface RunEnv {
    String ENV = "dev";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy