Browse Source

Merge branch '2.0.x'

pull/14708/merge
Andy Wilkinson 7 years ago
parent
commit
8259c6397e
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/WebApplicationType.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/WebApplicationType.java

@ -54,7 +54,7 @@ public enum WebApplicationType { @@ -54,7 +54,7 @@ public enum WebApplicationType {
private static final String WEBFLUX_INDICATOR_CLASS = "org."
+ "springframework.web.reactive.DispatcherHandler";
private static final String JERSEY_INDICATOR_CLASS = "org.glassfish.jersey.server.ResourceConfig";
private static final String JERSEY_INDICATOR_CLASS = "org.glassfish.jersey.servlet.ServletContainer";
private static final String SERVLET_APPLICATION_CONTEXT_CLASS = "org.springframework.web.context.WebApplicationContext";

Loading…
Cancel
Save