参考:http://www.cnblogs.com/billyu/p/5832805.html

在*.servlet.xml里面配置静态资源

<mvc:resources mapping="/bower_components/**" location="/bower_components/"/>
<mvc:resources mapping="/dist/**" location="/dist/"/>

  

posted on 2016-12-19 18:33  蛋尼  阅读(1366)  评论(0)    收藏  举报