Spring MVC 视图解析器在返回html静态页面的时候会报错 解决: <mvc:resources location="/views/" mapping="/views/*.html"/> mapping:对应的url映射 location:webspp下的目录