I am using the webclient from spring webflux, like this :WebClient.create() .post() .uri(url) .syncBody(body) .accept(MediaType.APPLICATION_JSON) ...
確定! 回上一頁