Skip to content

Instantly share code, notes, and snippets.

@gudaoxuri
Created September 10, 2019 13:36
Show Gist options
  • Save gudaoxuri/f8b18cae38b79a371c1ea36eb5627fe9 to your computer and use it in GitHub Desktop.
Save gudaoxuri/f8b18cae38b79a371c1ea36eb5627fe9 to your computer and use it in GitHub Desktop.
public class Test {

    public void test() {
        serv
                    .exchange("http://" + Constants.REST_COMPUTE_SERVICE + "/compute", HttpMethod.PUT, entity, String.class);
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment