spring-async-example Steps @EnableAsync in a configuration class(@SpringBootApplication class would do) Mark the async method as @Async Make sure to have the @Async method in a different class than the calling class.