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

pro.chenggang.plugin.springcloud.gateway.option.SystemConst Maven / Gradle / Ivy

There is a newer version: 2.1.SR2.2.RELEASE
Show newest version
package pro.chenggang.plugin.springcloud.gateway.option;

/**
 * System Param Const
 * @author chenggang
 * @date 2019/01/29
 */
public class SystemConst {
    /**
     * version({@value})
     */
    public static final String VERSION = "version";
    /**
     * log response attr
     */
    public static final String LOG_RESPONSE_ATTR = "logResponse";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy