Add Spring MVC's org.springframework.ui package to the list of automatic imports
This commit is contained in:
parent
8fe696944a
commit
b5b86d07ba
|
|
@ -50,7 +50,8 @@ public class SpringMvcCompilerAutoConfiguration extends CompilerAutoConfiguratio
|
||||||
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.web.servlet",
|
"org.springframework.web.servlet",
|
||||||
"org.springframework.web.servlet.handler", "org.springframework.http");
|
"org.springframework.web.servlet.handler", "org.springframework.http",
|
||||||
|
"org.springframework.ui");
|
||||||
imports.addStaticImport(GroovyTemplate.class.getName(), "template");
|
imports.addStaticImport(GroovyTemplate.class.getName(), "template");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue