Fix missing broken link in reference docs

See gh-23126
This commit is contained in:
Brian Clozel 2020-10-23 13:11:03 +02:00
parent 5fceb9d5b7
commit fa220ace4d
1 changed files with 0 additions and 1 deletions

View File

@ -2462,7 +2462,6 @@ The auto-configuration adds the following features on top of Spring's defaults:
* Support for `HttpMessageConverters` (covered <<boot-features-spring-mvc-message-converters,later in this document>>).
* Automatic registration of `MessageCodesResolver` (covered <<boot-features-spring-message-codes,later in this document>>).
* Static `index.html` support.
* Custom `Favicon` support (covered <<boot-features-spring-mvc-favicon,later in this document>>).
* Automatic use of a `ConfigurableWebBindingInitializer` bean (covered <<boot-features-spring-mvc-web-binding-initializer,later in this document>>).
If you want to keep those Spring Boot MVC customizations and make more {spring-framework-docs}/web.html#mvc[MVC customizations] (interceptors, formatters, view controllers, and other features), you can add your own `@Configuration` class of type `WebMvcConfigurer` but *without* `@EnableWebMvc`.