Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/callicoder/spring-webclient-webtestclient-demo

Spring 5 Reactive WebClient and WebTestClient Demo
https://github.com/callicoder/spring-webclient-webtestclient-demo

reactive spring-5 spring-boot spring-mvc webclient webtestclient

Last synced: about 2 months ago
JSON representation

Spring 5 Reactive WebClient and WebTestClient Demo

Awesome Lists containing this project

README

        

# 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`