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

top.doudou.common.tool.constant.PropertiesConstant Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy