Phil
0
Q:

this advice advises no method spring

@Aspect
@Component
public class MyAspect {
    @Before("execution(* com.example.MyExampleClass.example(..))")
    public void logBefore(JoinPoint pjp) throws Throwable {
        System.out.println("before...");
    }
}
1

New to Communities?

Join the community