类 WeChatSecurityProperties
java.lang.Object
net.jlxxw.wechat.security.properties.WeChatSecurityProperties
@Configuration
@ConfigurationProperties("wechat.security")
public class WeChatSecurityProperties
extends Object
安全服务配置
- 作者:
- chunyang.leng
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanisEnable()voidsetBlackList(BlackListProperties blackList) voidsetEnable(boolean enable)
-
构造器详细资料
-
WeChatSecurityProperties
public WeChatSecurityProperties()
-
-
方法详细资料
-
getBlackList
-
setBlackList
-
isEnable
public boolean isEnable() -
setEnable
public void setEnable(boolean enable)
-