mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Auto-configure `SessionAutoConfiguration` before `WebFluxAutoConfiguration` to ensure that the correct `WebSessionManager` bean is created. See gh-20970