摘要: 先来看一段代码: @Service @Slf4j public class AopTestService { public String name = "真的吗"; @Retryable public void test(){ // 模拟业务操作 log.debug("name:{}", this. 阅读全文
posted @ 2023-03-14 10:21 是奉壹呀 阅读(353) 评论(0) 推荐(1)