@Override public void applyImports(ImportCustomizer imports) { imports.addStarImports("org.springframework.web.bind.annotation", "org.springframework.web.servlet.config.annotation", "org.springframework.web.servlet", "org.springframework.http", "org.springframework.web.servlet.handler", "org.springframework.http", "org.springframework.ui", "groovy.text"); imports.addStaticImport(GroovyTemplate.class.getName(), "template"); }
@Override public void applyImports(ImportCustomizer imports) { imports.addStarImports("groovy.text"); imports.addImports(EnableGroovyTemplates.class.getCanonicalName()); imports.addStaticImport(GroovyTemplate.class.getName(), "template"); }