From 3ce1bf6c8f0ef94354977cef5deca4c24df94a7c Mon Sep 17 00:00:00 2001 From: Piyal Ahmed Date: Tue, 7 May 2024 12:31:05 +0600 Subject: [PATCH] Fix code inclusion in Jersey documentation See gh-40629 --- .../src/docs/antora/modules/how-to/pages/jersey.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/jersey.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/jersey.adoc index 317fcd54cf6..8129e184f46 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/jersey.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/jersey.adoc @@ -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::alongsideanotherwebframework/JerseyConfig[]