在Spring-mvc.xml文件中加入这个就可以了
<!-- 用于对静态文件进行解析 --> <mvc:annotation-driven /> <mvc:resources mapping="/assets/**" location="/assets/" />