Annotation Interface ConditionalOnWxmppEnabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ConditionalOnProperty(prefix="herodotus.assistant.access.wxmpp",
name=".enabled",
havingValue="true")
public @interface ConditionalOnWxmppEnabled
Description: 微信公众号开启条件注解
- Author:
- : gengwei.zheng
- Date:
- : 2022/1/24 14:40