@Configuration @EnableAsync public class SpringAsyncConfig { ... } @Async public void thisWorksLikeAThread(){ ... }