Annotation Interface ConditionalOnLogEnabled
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty(name="herodotus.log-center.server-addr")
public @interface ConditionalOnLogEnabled
Description: 日志中心是否开启条件注解
- 作者:
- : gengwei.zheng
- Date:
- : 2021/8/8 9:54