spring mvc处理json文件静态资源文件报错Request method 'POST' not supported
摘要:
使用spring mvc框架在页面直接请求json静态文件时报错: Request method 'POST' not supported 目录结构是这样的: 然后我想应该是被拦截了,所以我在 spring配置文件中加入: <mvc:resources mapping="/json/**" loca 阅读全文
posted @ 2017-10-31 21:43 愤怒的苹果ext 阅读(3) 评论(0) 推荐(0) 编辑