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

https://github.com/raulrobinson/webflux-async

This project is a simple example of how to use the Spring WebFlux framework to create a non-blocking REST API.
https://github.com/raulrobinson/webflux-async

asyncronous java rest-api webflux

Last synced: 3 months ago
JSON representation

This project is a simple example of how to use the Spring WebFlux framework to create a non-blocking REST API.

Awesome Lists containing this project

README

        

# webflux-async

## Description

This project is a simple example of how to use the Spring WebFlux framework to create a non-blocking REST API.

## Technologies

- Java 17
- Spring Boot 3.0.2
- Spring WebFlux
- Lombok

## How to run

To run this project, you need to have Java 17 and Maven installed.

```shell
mvn spring-boot:run
```

## Swagger

After running the project, you can access the Swagger documentation at `http://localhost:8080/swagger-ui.html`.

## Author
Powered by [@rasysbox](https://rasysbox.com)