File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1087,7 +1087,7 @@ By default Jersey will be set up as a Servlet in a `@Bean` of type
1087
1087
`ServletRegistrationBean` named "jerseyServletRegistration". You can disable or override
1088
1088
that bean by creating one of your own with the same name. You can also use a Filter
1089
1089
instead of a Servlet by setting `spring.jersey.type=filter` (in which case the `@Bean` to
1090
- replace or override is "jerseyFilterRegistration"). The servlet has an `@Order`which you
1090
+ replace or override is "jerseyFilterRegistration"). The servlet has an `@Order` which you
1091
1091
can set with `spring.jersey.filter.order`. Both the Servlet and the Filter registrations
1092
1092
can be given init parameters using `spring.jersey.init.*` to specify a map of properties.
1093
1093
You can’t perform that action at this time.
0 commit comments