• Andy Wilkinson's avatar
    Improve documentation on using Jersey alongside Spring MVC · 8b62f448
    Andy Wilkinson authored
    Previously, the documentation did not provide any guidance on using
    Jersey alongside Spring MVC or any other web framework.
    
    This improves the documentation in two ways:
    
    1. It notes that, in the presence of both Jersey and Spring MVC, the
       Actuator will prefer Spring MVC for exposing HTTP endpoints.
    2. It adds a how-to describing how to configure Jersey to forward
       requests for which it has no handler on to the rest of the filter
       chain. When Spring MVC is the other framework, this allows them to
       be handled by its dispatcher servlet.
    
    Closes gh-17523
    8b62f448
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...