mvc annotation-driven作用

<mvc:annotation-driven />会自动注册DefaultAnnotationHandlerMapping与AnnotationMethodHandlerAdapter两个bean,是spring MVC为Controller分发请求所必须的,annotation-driven主要完成了URL到Controller各个Handler的映射。

原文地址:https://www.cnblogs.com/coderland/p/5902667.html