We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a40e8f commit f83395bCopy full SHA for f83395b
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -790,8 +790,7 @@ added.
790
bean of the same type.
791
* A `BeanNameViewResolver` with id ``beanNameViewResolver''. This is a useful member of the
792
view resolver chain and will pick up any beans with the same name as the `View` being
793
- resolved. It can be overridden by providing a bean of the same type, but it's unlikely
794
- you will need to do that.
+ resolved. It shouldn't be necessary to override or replace it.
795
* A `ContentNegotiatingViewResolver` with id ``viewResolver'' is only added if there *are*
796
actually beans of type `View` present. This is a ``master'' resolver, delegating to all
797
the others and attempting to find a match to the ``Accept'' HTTP header sent by the
0 commit comments