mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Fix code inclusion in Jersey documentation
See gh-40629
This commit is contained in:
committed by
Moritz Halbritter
parent
e954afdc2e
commit
3ce1bf6c8f
+1
-1
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user