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