Spring boot发送http请求

@PostMapping("/request") @ResponseBody public Response1 request() { String authorizeUrl = "http://localhost:8080/user/response"; Request1 request1=new Request1(); reque
相关文章
相关标签/搜索