spring mvc interceptors

Ready!發表於2018-06-25
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/**"/>
<mvc:exclude-mapping path="/genRedisID.do"/>
<mvc:exclude-mapping path="/genOrderID.do"/>
<bean class="com.ule.checkout.order.listener.LoginInterceptor"/>
</mvc:interceptor>
</mvc:interceptors>

 

相關文章