pro.chenggang.plugin.springcloud.gateway.option.SystemConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-gateway-plugin Show documentation
Show all versions of spring-cloud-gateway-plugin Show documentation
Spring Cloud Gateway Plugin Project
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";
}