mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
When extending `WebMvcConfigurerAdapter`, developers should always declare those as `@Configuration` classes rather than `@Bean`s, which can lead to dependency issues as described in #6853. Fixes gh-6853