建立AOP類別 LogAspect ,類別名稱前加上 @Aspect 。使用 @Around("@annotation(com.abc.demo.annotation.LogInfo)") 對 @LogInfo 做切點,在pointcut ...
確定! 回上一頁