Spring:通知(Advice)

通知的分類: 前置通知(MethodBeforeAdvice)、後置通知(AfterReturningAdvice)、環繞通知(MethodInterceptor)、異常通知(ThrowsAdvice) 我們先定義一個接口:ISomeInterface public interface ISomeInterface { String doFirst(); void doSecond(); } 我們
相關文章
相關標籤/搜索