Add Spring MVC's org.springframework.ui package to the list of automatic imports

pull/192/merge
Greg Turnquist 11 years ago committed by Dave Syer
parent 8fe696944a
commit b5b86d07ba

@ -50,7 +50,8 @@ public class SpringMvcCompilerAutoConfiguration extends CompilerAutoConfiguratio
imports.addStarImports("org.springframework.web.bind.annotation",
"org.springframework.web.servlet.config.annotation",
"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");
}

Loading…
Cancel
Save