我在方面类中使用此配置解决了问题
@Around("execution(* *(..)) && @annotation(timePerformance)")public Object timePerformance(ProceedingJoinPoint pjp, TimePerformance timePerformance) throws Throwable但是现在的问题是,方面尚未执行。

我在方面类中使用此配置解决了问题
@Around("execution(* *(..)) && @annotation(timePerformance)")public Object timePerformance(ProceedingJoinPoint pjp, TimePerformance timePerformance) throws Throwable但是现在的问题是,方面尚未执行。