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.
- Host: GitHub
- URL: https://github.com/raulrobinson/webflux-async
- Owner: raulrobinson
- License: mit
- Created: 2024-11-10T18:27:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T19:46:13.000Z (7 months ago)
- Last Synced: 2025-01-27T04:18:05.569Z (4 months ago)
- Topics: asyncronous, java, rest-api, webflux
- Language: Java
- Homepage: https://rasysbox.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)