We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9152f20 commit 9bffb9eCopy full SHA for 9bffb9e
src/asciidoc/web-mvc.adoc
@@ -2469,7 +2469,7 @@ The following example shows how to configure an interceptor:
2469
[subs="verbatim,quotes"]
2470
----
2471
<beans>
2472
- <bean id="handlerMapping" class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
+ <bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
2473
<property name="interceptors">
2474
<bean class="example.MyInterceptor"/>
2475
</property>
0 commit comments