摘要: 一背景:先看如下代码,然后思考问题 @Service public class MyService { public void doTest(){ this.doTest2(); } @Transactional public void doTest2(){ this.doTest3(); } @T 阅读全文
posted @ 2021-04-16 12:01 yangxiaohui227 阅读(424) 评论(0) 推荐(0)