top.doudou.common.tool.constant.PropertiesConstant Maven / Gradle / Ivy
package top.doudou.common.tool.constant;
/**
* @Description
* @Author 傻男人 <[email protected]>
* @Date 2020-10-23 11:42
* @Version V1.0
*/
public class PropertiesConstant {
public static final String PORT = "server.port";
public static final String CONTEXT_PATH = "server.servlet.context-path";
public static final String APPLICATION_NAME = "spring.application.name";
public static final String CUSTOM_SWAGGER = "custom.swagger.enabled";
}