美文网首页
Springmvc支持跨域

Springmvc支持跨域

作者: xuyouxin1 | 来源:发表于2017-12-11 10:32 被阅读0次

    需要spring mvc版本4.2及以上

    MVC里面需要配置:

    mvc:cors的配置处理get请求的跨域和非简单跨域(post请求,且content-type为application/json)

    Interceptor处理简单跨域(post请求,且content-type不为application/json)

    相关文章

      网友评论

          本文标题:Springmvc支持跨域

          本文链接:https://www.haomeiwen.com/subject/ktxiixtx.html