Browse Source

Fix typo in WebMvcWebApplicationTypeDeducer

Signed-off-by: Kai Zander <61500114+kzander91@users.noreply.github.com>
pull/48543/head
Kai Zander 2 days ago committed by GitHub
parent
commit
b790a90b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java

2
module/spring-boot-webmvc/src/main/java/org/springframework/boot/webmvc/WebMvcWebApplicationTypeDeducer.java

@ -31,7 +31,7 @@ import org.springframework.util.ClassUtils; @@ -31,7 +31,7 @@ import org.springframework.util.ClassUtils;
*
* @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",

Loading…
Cancel
Save