类 ProtectProperties
java.lang.Object
net.guerlab.smart.platform.basic.gateway.protect.ProtectProperties
@RefreshScope
@ConfigurationProperties(prefix="spring.cloud.gateway.protect")
public class ProtectProperties
extends java.lang.Object
接口保护配置
- 作者:
- guer
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classProtectProperties.Url待保护路径 -
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringPROPERTIES_PREFIX配置前缀 -
构造器概要
构造器 构造器 说明 ProtectProperties() -
方法概要
-
字段详细资料
-
PROPERTIES_PREFIX
public static final java.lang.String PROPERTIES_PREFIX配置前缀- 另请参阅:
- 常量字段值
-
-
构造器详细资料
-
ProtectProperties
public ProtectProperties()
-