Merge branch '1.5.x'
This commit is contained in:
commit
30014785a4
|
|
@ -130,7 +130,7 @@ public class FreeMarkerAutoConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnClass(Servlet.class)
|
@ConditionalOnClass({ Servlet.class, FreeMarkerConfigurer.class })
|
||||||
@ConditionalOnWebApplication(type = Type.SERVLET)
|
@ConditionalOnWebApplication(type = Type.SERVLET)
|
||||||
public static class FreeMarkerWebConfiguration extends FreeMarkerConfiguration {
|
public static class FreeMarkerWebConfiguration extends FreeMarkerConfiguration {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue