Add some useful imports to Mvc scripts
This commit is contained in:
parent
a817e7b969
commit
1c6cbad345
|
|
@ -60,7 +60,8 @@ public class SpringMvcCompilerAutoConfiguration extends CompilerAutoConfiguratio
|
||||||
public void applyImports(ImportCustomizer imports) {
|
public void applyImports(ImportCustomizer imports) {
|
||||||
imports.addStarImports("org.springframework.web.bind.annotation",
|
imports.addStarImports("org.springframework.web.bind.annotation",
|
||||||
"org.springframework.web.servlet.config.annotation",
|
"org.springframework.web.servlet.config.annotation",
|
||||||
"org.springframework.http");
|
"org.springframework.web.servlet",
|
||||||
|
"org.springframework.web.servlet.handler", "org.springframework.http");
|
||||||
imports.addStaticImport("org.springframework.cli.template.GroovyTemplate",
|
imports.addStaticImport("org.springframework.cli.template.GroovyTemplate",
|
||||||
"template");
|
"template");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue