Spring3 访问静态资源

<mvc:resources location="/jquery/" mapping="/jquery/**"/>
<mvc:resources location="/css/" mapping="/css/**"/>
<mvc:resources location="/echarts/" mapping="/echarts/**"/>
<mvc:resources location="/images/" mapping="/images/**"/>

 修改的文件:Spring—MVC.xml

 

原文地址:https://www.cnblogs.com/wshsdlau/p/5623955.html