mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
The bean ID for the ContentNegotiatingViewResolver is now "viewResolver" (it is the *one*). The conditions have been changed so that a user only has to define a bean of the same name to switch it off. Fixes gh-546