在head头里面添加

<mvc:annotation-driven enable-matrix-variables="true"></mvc:annotation-driven>
<context:component-scan base-package="com.th.action"></context:component-scan>
<mvc:default-servlet-handler/>

 

三行代码,对比自己head头,没有的放进去就好了,实测有效。

相关文章:

  • 2021-11-21
  • 2021-08-09
  • 2021-11-09
  • 2022-01-16
  • 2021-06-26
  • 2021-07-17
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2021-07-10
  • 2022-12-23
  • 2021-07-02
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案