Skip to content

Commit f27aadb

Browse files
committed
Polish "Fix code inclusion in Jersey documentation"
See gh-40629
1 parent 3ce1bf6 commit f27aadb

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-
include-code::alongsideanotherwebframework/JerseyConfig[]
26+
include-code::JerseyConfig[]

0 commit comments

Comments
 (0)