摘要: TransactionLock mockLock = new TransactionLock() { public boolean lock(String id) { return true; } public void unlock() {} }; transaction.setTransacti 阅读全文
posted @ 2021-03-30 10:43 satire 阅读(1053) 评论(0) 推荐(0)