@Async how it works @EnableAsync code example
Example: @Async how it works @EnableAsync
@Configuration
@EnableAsync
public class SpringAsyncConfig { ... }
@Async
public void thisWorksLikeAThread(){ ... }
@Configuration
@EnableAsync
public class SpringAsyncConfig { ... }
@Async
public void thisWorksLikeAThread(){ ... }