@AfterReturning – 執行在方法返回一個結果後,在攔截器返回結果。 @AfterThrowing – 執行方法在丟擲異常後,; @Around – 圍繞方法執行執行,結合以上這三個通知。
確定! 回上一頁