springboot手動回滾事務

方法上加@Transactional註解 1:: throw new RuntimeException(); 2:TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); 示例: @Transactional public int deleteStudentsById(Integer id) { Stu
相關文章
相關標籤/搜索