Skip to content

Instantly share code, notes, and snippets.

@sonus21
Created November 3, 2019 06:40
Show Gist options
  • Save sonus21/2d30649670054548b3dcf1a74c627145 to your computer and use it in GitHub Desktop.
Save sonus21/2d30649670054548b3dcf1a74c627145 to your computer and use it in GitHub Desktop.
Application
@SpringBootApplication
@EnableRedisRepositories
@EnableWebMvc
public class AsynchronousTaskExecutorApplication {
public static void main(String[] args) {
SpringApplication.run(AsynchronousTaskExecutorApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment