springboot 手動觸發事務回滾

在springboot中,使用事務回滾:在Controller裏面給本身須要回滾方法上加上@Transactional註解。spring 1:手動拋出一個異常: throw new RuntimeException();springboot 2: 經過方法回滾:TransactionAspectSupport.currentTransactionStatus().setRollbackOnly()
相關文章
相關標籤/搜索