1. 程式人生 > >前端form表單提交,Springmvc 訪問不到Controller類,報404

前端form表單提交,Springmvc 訪問不到Controller類,報404

原文地址:https://blog.csdn.net/saszyl/article/details/78925315

困擾了很久的問題終於已經解決。

在springmvc的配置檔案中加入:

<mvc:annotation-driven/>

即可解決。