mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add support for Jersey WrappingResourceConfig
See gh-13117
This commit is contained in:
committed by
Stephane Nicoll
parent
c8b3cea200
commit
dfcd87207f
+1
-1
@@ -118,7 +118,7 @@ public class JerseyAutoConfiguration implements ServletContextAware {
|
||||
}
|
||||
else {
|
||||
this.path = findApplicationPath(AnnotationUtils
|
||||
.findAnnotation(this.config.getClass(), ApplicationPath.class));
|
||||
.findAnnotation(this.config.getApplication().getClass(), ApplicationPath.class));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user