摘要: Spring boot中的注解@ConditionalOnProperty,可以通过配置文件中的属性值来判定configuration是否被注入. 配置类: @Configuration @ConditionalOnProperty(prefix = "x.y", name = "test", ha 阅读全文
posted @ 2021-02-22 18:04 DiligentCoder 阅读(2963) 评论(0) 推荐(1) 编辑
摘要: import lombok.extern.slf4j.Slf4j; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.anno 阅读全文
posted @ 2021-02-22 17:36 DiligentCoder 阅读(873) 评论(0) 推荐(0) 编辑
摘要: ............................................................................................................................................ 假设我们对tbl进 阅读全文
posted @ 2021-02-22 15:51 DiligentCoder 阅读(347) 评论(0) 推荐(0) 编辑