• Brian Clozel's avatar
    Add Mustache support for Spring WebFlux apps · 7e77e648
    Brian Clozel authored
    This commit moves the existing Spring MVC Mustache support to its own
    `servlet` package and adds a new one under `reactive` for the WebFlux
    web applications.
    
    New `MustacheView` and `MustacheViewResolver` types resolve and render
    Mustache views for WebFlux applications.
    
    Since this templating engine is now supported by two flavors of Spring
    web apps, the `spring-boot-starter-mustache` does not depend anymore on
    the `spring-boot-starter-web` one: it's up to the developer to add the
    relevant starter `web` or `webflux` to their application.
    
    Fixes gh-8648
    7e77e648
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...