Automatically add schedule annotation imports
This commit is contained in:
parent
3193913899
commit
5ab88b2344
|
@ -64,7 +64,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati
|
||||||
"org.springframework.core.io.ResourceLoader",
|
"org.springframework.core.io.ResourceLoader",
|
||||||
"org.springframework.boot.CommandLineRunner",
|
"org.springframework.boot.CommandLineRunner",
|
||||||
"org.springframework.boot.autoconfigure.EnableAutoConfiguration");
|
"org.springframework.boot.autoconfigure.EnableAutoConfiguration");
|
||||||
imports.addStarImports("org.springframework.stereotype");
|
imports.addStarImports("org.springframework.stereotype",
|
||||||
|
"org.springframework.scheduling.annotation");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue