mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #48543 from kzander91
* pr/48543: Fix order comment in WebMvcWebApplicationTypeDeducer Closes gh-48543
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user