79565270

Date: 2025-04-09 20:27:27
Score: 2.5
Natty:
Report link

When both spring-boot-starter-web (MVC) and spring-boot-starter-webflux are present, Spring Boot defaults to Spring MVC for handling requests—even for WebFlux-style controllers—because it prioritizes the Servlet stack. If you want pure reactive handling, exclude the spring-boot-starter-web dependency and use only spring-boot-starter-webflux.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Nikhil Amin