diff --git a/module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java b/module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java index 4ff6607896f3..e25a6996045a 100644 --- a/module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java +++ b/module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java @@ -31,7 +31,7 @@ * * @author Phillip Webb */ -@Order(10) // Ordered after WebFlux +@Order(10) // Ordered before WebFlux class WebMvcWebApplicationTypeDeducer implements WebApplicationType.Deducer { private static final String[] INDICATOR_CLASSES = { "jakarta.servlet.Servlet",