We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e60443 commit 491bd74Copy full SHA for 491bd74
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -2097,6 +2097,12 @@ all the endpoints:
2097
}
2098
----
2099
2100
+WARNING: Jersey's support for scanning executable archives is rather limited. For example,
2101
+it cannot scan for endpoints in a package found in `WEB-INF/classes` when running an
2102
+executable war file. To avoid this limitation, the `packages` method should not be used
2103
+and endpoints should be registered individually using the `register` method as shown
2104
+above.
2105
+
2106
You can also register an arbitrary number of beans implementing `ResourceConfigCustomizer`
2107
for more advanced customizations.
2108
0 commit comments