springboot解決跨域問題小計

方案一 在請求的方法或者Controller上加上@CrossOrigin註解,以下前端 @CrossOrigin @RequestMapping("attention") public ResponseVO auditAttention(@Context HttpServletRequest request, @Context HttpServletResponse response) { }
相關文章
相關標籤/搜索