Spring Boot - Aspect-Oriented Programming
You want to log a message before any method in
com.example.repository package is called, but only for methods starting with save. Which @Before pointcut expression correctly matches this?