SpringBoot后台解决跨域问题

104 阅读1分钟

SpringBoot后台解决跨域问题

直接在SpringBoot中的Controller中加入

@CrossOrigin
public class SurveyMineInfoController {
	****
}