Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
WebClient client = WebClient.builder()
.baseUrl("https://jsonplaceholder.typicode.com")
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment