https://github.com/josdem/spring-boot-webclient
Shows how to use reactive client WebClient in a Spring Boot application
https://github.com/josdem/spring-boot-webclient
java springboot webclient webflux
Last synced: 12 months ago
JSON representation
Shows how to use reactive client WebClient in a Spring Boot application
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-webclient
- Owner: josdem
- Created: 2018-06-13T20:55:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T17:04:59.000Z (about 6 years ago)
- Last Synced: 2025-01-17T15:52:28.795Z (about 1 year ago)
- Topics: java, springboot, webclient, webflux
- Language: Java
- Size: 59.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot WebClient
----------------------------------------------
This project shows how to use reactive client WebClient in a Spring Boot application.
#### To run the project with Gradle
```bash
gradle bootRun
```
#### To run the project with Maven
```bash
mvn spring-boot:run
```
#### Read this as reference
https://josdem.io/techtalk/spring/spring_boot_webclient/