diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index c77e641a30..1e0ea3c90b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/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: * Support for `HttpMessageConverters` (covered <>). * Automatic registration of `MessageCodesResolver` (covered <>). * Static `index.html` support. -* Custom `Favicon` support (covered <>). * Automatic use of a `ConfigurableWebBindingInitializer` bean (covered <>). 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`.