SpringBoot配置CORS跨域访问

SpringBoot配置CORS跨域访问   添加依赖java <!--CORS只须要添加web依赖便可--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 建立CORS配置类web COR
相关文章
相关标签/搜索