Browse Source

Fix missing broken link in reference docs

See gh-23126
pull/23886/head
Brian Clozel 5 years ago
parent
commit
fa220ace4d
  1. 1
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

1
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

@ -2462,7 +2462,6 @@ The auto-configuration adds the following features on top of Spring's defaults: @@ -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`.

Loading…
Cancel
Save