类 ProtectAutoConfigure
java.lang.Object
net.guerlab.smart.platform.basic.gateway.protect.ProtectAutoConfigure
@Configuration @EnableConfigurationProperties(ProtectProperties.class) public class ProtectAutoConfigure extends java.lang.Object
接口保护自动配置
- 作者:
- guer
-
构造器概要
构造器 构造器 说明 ProtectAutoConfigure() -
方法概要
修饰符和类型 方法 说明 ProtectFilterprotectFilter(ProtectProperties properties)构造接口保护过滤器
-
构造器详细资料
-
ProtectAutoConfigure
public ProtectAutoConfigure()
-
-
方法详细资料
-
protectFilter
构造接口保护过滤器- 参数:
properties- 接口保护过滤器配置- 返回:
- 接口保护过滤器
-