Skip to content

callicoder/spring-webclient-webtestclient-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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