The offical document of String AOP can be found here. The pointcut definition can be used in Spring boot as well.
Make sure the aspect definition class can be scanned by Spring, otherwise it won’t take effect. Here is a post about how Spring Boot does the component scanning.