需要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)