spring-boot/spring-boot-docs
Brian Clozel f0259c82de Fix documentation on extending Spring MVC
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
2016-09-09 09:45:54 +02:00
..
src Fix documentation on extending Spring MVC 2016-09-09 09:45:54 +02:00
pom.xml Update SpringApplicationBuilder example in the docs and test it 2016-08-16 13:14:56 +01:00