Commit 5ab88b23 authored by Phillip Webb's avatar Phillip Webb

Automatically add schedule annotation imports

parent 31939138
......@@ -64,7 +64,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati
"org.springframework.core.io.ResourceLoader",
"org.springframework.boot.CommandLineRunner",
"org.springframework.boot.autoconfigure.EnableAutoConfiguration");
imports.addStarImports("org.springframework.stereotype");
imports.addStarImports("org.springframework.stereotype",
"org.springframework.scheduling.annotation");
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment