spring-boot/spring-boot-autoconfigure
Andy Wilkinson 0f17142366 Make GroovyWebConfiguration conditional on spring-webmvc's availability
GroovyWebConfiguration creates a GroovyTemplateViewResolver which is
a UrlBasedViewResolver sub-class. UrlBasedViewResolver is provided
by spring-webmvc. Previously, if a user configured a web application
but did not have spring-webmvc on the classpath, the application
would fail to start with a NoClassDefFoundError for
UrlBasedViewResolver.

This commit makes GroovyWebConfiguration conditional on
UrlBasedViewResolver being on the classpath so that it backs of in
the absence of spring-webmvc.

Fixes gh-1793
2014-10-30 15:18:39 +00:00
..
src Make GroovyWebConfiguration conditional on spring-webmvc's availability 2014-10-30 15:18:39 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Next development version 2014-10-10 15:19:47 -07:00