程序包的使用
org.springframework.boot.autoconfigure.template
程序包
说明
Auto-configuration for FreeMarker.
Auto-configuration for Groovy templates.
Auto-configuration for Mustache.
Base classes for template Auto-configuration.
Auto-configuration for Thymeleaf.
Auto-configuration for servlet web servers and Spring MVC.
-
org.springframework.boot.autoconfigure.freemarker使用的org.springframework.boot.autoconfigure.template中的类类说明Base class for
@ConfigurationProperties
of aAbstractTemplateViewResolver
.Base class for@ConfigurationProperties
of aViewResolver
.Abstract base class forTemplateAvailabilityProvider
implementations that find templates from paths.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
org.springframework.boot.autoconfigure.groovy.template使用的org.springframework.boot.autoconfigure.template中的类类说明Base class for
@ConfigurationProperties
of aAbstractTemplateViewResolver
.Base class for@ConfigurationProperties
of aViewResolver
.Abstract base class forTemplateAvailabilityProvider
implementations that find templates from paths.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
org.springframework.boot.autoconfigure.mustache使用的org.springframework.boot.autoconfigure.template中的类类说明Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
-
org.springframework.boot.autoconfigure.template使用的org.springframework.boot.autoconfigure.template中的类类说明Base class for
@ConfigurationProperties
of aViewResolver
.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
org.springframework.boot.autoconfigure.thymeleaf使用的org.springframework.boot.autoconfigure.template中的类类说明Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
-
org.springframework.boot.autoconfigure.web.servlet使用的org.springframework.boot.autoconfigure.template中的类类说明Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.