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

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

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/