SpringBoot 事務註解@Transactional 手動回滾事務

TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); 這個方法根本沒有用 不會回滾 throw new RuntimeException(); 手動拋出異常  注意了:SpringBoot  事務註解@Transactional 只有在程序拋出RuntimeException 非檢查異常和檢查異常,非檢查又稱爲
相關文章
相關標籤/搜索