spring-webclient-webtestclient-demo icon indicating copy to clipboard operation
spring-webclient-webtestclient-demo copied to clipboard

Spring 5 Reactive WebClient and WebTestClient Demo

Consume and Test REST APIs using Spring 5's Reactive WebClient and WebTestClient.

Read the tutorial - https://www.callicoder.com/spring-5-reactive-webclient-webtestclient-examples/

Steps to Setup

  1. Create a personal access token on Github - https://github.com/settings/tokens

  2. Open src/main/resources/application.properties and specify your github username in app.github.username property, and your personal access token in app.github.token property.

  3. Run the app using mvn spring-boot:run