Spring - 使用註解配置AOP

   1.配置切點 /** * 切點 * @Component默認是類名首字母小寫,也可以寫成 @Component("demo123")進行自定義 * @author BarryLee * @2018年11月14日@上午8:50:51 */ @Component("demo123") public class Demo { //配置切點 @Pointcut("execution(*
相關文章
相關標籤/搜索