Spring Boot配置支持跨域訪問

在Spring Boot項目中在某些場景下可能須要支持跨域訪問,此時可經過實現WebMvcConfigurer接口來進行相應的配置。具體示例代碼以下:web @Configuration public class WebMvcConfig implements WebMvcConfigurer { @Override public void addCorsMappings(Cor
相關文章
相關標籤/搜索