Skip to content

Commit

Permalink
Merge pull request spring-projects#40629 from PiyalAhmed
Browse files Browse the repository at this point in the history
* pr/40629:
  Polish "Fix code inclusion in Jersey documentation"
  Fix code inclusion in Jersey documentation

Closes spring-projectsgh-40629
  • Loading branch information
mhalbritter committed May 7, 2024
2 parents e954afd + f27aadb commit 0747bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To use Jersey alongside another web framework, such as Spring MVC, it should be
First, configure Jersey to use a filter rather than a servlet by configuring the configprop:spring.jersey.type[] application property with a value of `filter`.
Second, configure your `ResourceConfig` to forward requests that would have resulted in a 404, as shown in the following example.

includ-code::alongsideanotherwebframework/JerseyConfig[]
include-code::JerseyConfig[]

0 comments on commit 0747bc8

Please sign in to comment.