Uses of Class
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
Package
Description
Auto-configuration for FreeMarker.
Auto-configuration for Groovy templates.
Base classes for template Auto-configuration.
-
Uses of AbstractViewResolverProperties in org.springframework.boot.autoconfigure.freemarker
-
Uses of AbstractViewResolverProperties in org.springframework.boot.autoconfigure.groovy.template
Modifier and TypeClassDescriptionclass
@ConfigurationProperties
for configuring Groovy templates. -
Uses of AbstractViewResolverProperties in org.springframework.boot.autoconfigure.template
Modifier and TypeClassDescriptionclass
Base class for@ConfigurationProperties
of aAbstractTemplateViewResolver
.