Read the tutorial - https://www.callicoder.com/spring-5-reactive-webclient-webtestclient-examples/
-
Create a personal access token on Github - https://github.com/settings/tokens
-
Open
src/main/resources/application.properties
and specify your github username inapp.github.username
property, and your personal access token inapp.github.token
property. -
Run the app using
mvn spring-boot:run