Skip to content

Commit 9bffb9e

Browse files
committed
Refined RequestMappingHandlerMapping bean definition
Issue: SPR-13832
1 parent 9152f20 commit 9bffb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/web-mvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2469,7 +2469,7 @@ The following example shows how to configure an interceptor:
24692469
[subs="verbatim,quotes"]
24702470
----
24712471
<beans>
2472-
<bean id="handlerMapping" class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
2472+
<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
24732473
<property name="interceptors">
24742474
<bean class="example.MyInterceptor"/>
24752475
</property>

0 commit comments

Comments
 (0)