mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3ddaf51f5d
Like what we did for `@EnableWebMvc`, we want to remove `@EnableWebFlux` from typical code snippets extending WebFluxConfigurer to make them more Spring Boot friendly. Closes gh-36091