Spring Boot - Aspect-Oriented Programming
You want to log method calls for all public methods in
com.example.repository package and its subpackages before execution. Which @Before pointcut expression is correct?