需要spring mvc版本4.2及以上
MVC里面需要配置:
mvc:cors的配置处理get请求的跨域和非简单跨域(post请求,且content-type为application/json)
Interceptor处理简单跨域(post请求,且content-type不为application/json)
MVC里面需要配置:
mvc:cors的配置处理get请求的跨域和非简单跨域(post请求,且content-type为application/json)
Interceptor处理简单跨域(post请求,且content-type不为application/json)
本文标题:Springmvc支持跨域
本文链接:https://www.haomeiwen.com/subject/ktxiixtx.html
网友评论