Skip to content

Commit 0747bc8

Browse files
committed
Merge pull request #40629 from PiyalAhmed
* pr/40629: Polish "Fix code inclusion in Jersey documentation" Fix code inclusion in Jersey documentation Closes gh-40629
2 parents e954afd + f27aadb commit 0747bc8

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/jersey.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ To use Jersey alongside another web framework, such as Spring MVC, it should be
2323
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`.
2424
Second, configure your `ResourceConfig` to forward requests that would have resulted in a 404, as shown in the following example.
2525

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

0 commit comments

Comments
 (0)