I did a @Service class in Spring Boot application with one of the methods that should run asynchronously. As I read method should be @Async annotat
@Service
@Async
First – let’s go over the rules – @Async has two limitations:
So your processPage() method should be in separate class