Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/callicoder/spring-webclient-webtestclient-demo
- Owner: callicoder
- Created: 2017-11-12T14:38:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T09:08:55.000Z (over 1 year ago)
- Last Synced: 2024-04-11T15:33:50.979Z (9 months ago)
- Topics: reactive, spring-5, spring-boot, spring-mvc, webclient, webtestclient
- Language: Java
- Homepage: https://www.callicoder.com/spring-5-reactive-webclient-webtestclient-examples/
- Size: 57.6 KB
- Stars: 48
- Watchers: 6
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`