EnableAspectScope
@Bean
public AspectLog aspectLog()
{
return new AspectLog();
}
可以继承此类, 来覆写before(org.aspectj.lang.JoinPoint), around(org.aspectj.lang.ProceedingJoinPoint), after(org.aspectj.lang.JoinPoint)
Before, Around, AftermethodAnnotationScope()使用String in colorCopyright © 2019. All rights reserved.