• Brian Clozel's avatar
    Add Thymeleaf auto-configuration for WebFlux · 4d5dcca5
    Brian Clozel authored
    Thymeleaf 3.0 implements the Spring 5.0 view infrastructure for WebMVC
    and the new WebFlux framework. This commit adds auto-configuration for
    the WebFlux support.
    
    In that process, the configuration property for `spring.thymeleaf` has
    been changed to add `spring.thymeleaf.servlet` and
    `spring.thymeleaf.reactive` for MVC/WebFlux specific properties.
    
    Now that the `spring-boot-starter-thymeleaf` does not only support
    Spring MVC, the transitive dependency on `spring-boot-starter-web` is
    removed from it.
    
    Fixes gh-8124
    4d5dcca5
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix-test-auto-configuration.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...