Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll 2017-01-08 09:05:27 +01:00
commit 49828d9377

View File

@ -1688,7 +1688,7 @@ The auto-configuration adds the following features on top of Spring's defaults:
* Support for `HttpMessageConverters` (see below).
* Automatic registration of `MessageCodesResolver` (see below).
* Static `index.html` support.
* Custom `Favicon` support.
* Custom `Favicon` support (see below).
* Automatic use of a `ConfigurableWebBindingInitializer` bean (see below).
If you want to keep Spring Boot MVC features, and
@ -1887,6 +1887,14 @@ and in Spring Framework's {spring-reference}/#mvc-config-static-resources[refere
[[boot-features-spring-mvc-favicon]]
==== Custom Favicon
Spring Boot looks for a `favicon.ico` in the configured static content locations and the
root of the classpath (in that order). If such file is present, it is automatically used
as the favicon of the application.
[[boot-features-spring-mvc-web-binding-initializer]]
==== ConfigurableWebBindingInitializer
Spring MVC uses a `WebBindingInitializer` to initialize a `WebDataBinder` for a particular