Browse Source

Add support for Jersey WrappingResourceConfig

See gh-13117
pull/12071/merge
Zoltan Reegn 8 years ago committed by Stephane Nicoll
parent
commit
dfcd87207f
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfiguration.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfiguration.java

@ -118,7 +118,7 @@ public class JerseyAutoConfiguration implements ServletContextAware {
} }
else { else {
this.path = findApplicationPath(AnnotationUtils this.path = findApplicationPath(AnnotationUtils
.findAnnotation(this.config.getClass(), ApplicationPath.class)); .findAnnotation(this.config.getApplication().getClass(), ApplicationPath.class));
} }
} }

Loading…
Cancel
Save