Annotation Interface EnableSpringPersistentTasks


@Target(TYPE) @Retention(RUNTIME) @Documented @Import(SpringPersistentTasksConfig.class) public @interface EnableSpringPersistentTasks
Enables the spring persistent task services.
 
 @SpringBootApplication
 @EnableSpringPersistentTasks
 public class MyApp {
 }
 
 

Include corresponding annotation if you use:

They break the spring auto configuration.