package com.wolfe.pointupload.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * 配置类, 容许跨域访问 */ @Configuration public class We...
songsong_p_blue 0 311 Spring Boot + Vue 跨域请求问题 2019-12-01 00:31 −使用Spring Boot + Vue 做前后端分离项目搭建,实现登录时,出现跨域请求 Access to XMLHttpRequest at 'http://localhost/open/login' from origin 'http://localhost:8080' has been blo... ...