Refined RequestMappingHandlerMapping bean definition
Issue: SPR-13832
This commit is contained in:
@@ -2469,7 +2469,7 @@ The following example shows how to configure an interceptor:
|
|||||||
[subs="verbatim,quotes"]
|
[subs="verbatim,quotes"]
|
||||||
----
|
----
|
||||||
<beans>
|
<beans>
|
||||||
<bean id="handlerMapping" class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
|
<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping">
|
||||||
<property name="interceptors">
|
<property name="interceptors">
|
||||||
<bean class="example.MyInterceptor"/>
|
<bean class="example.MyInterceptor"/>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user