This repository contains a sample project demonstrating how to use functional endpoints with Spring WebFlux.
Functional endpoints are an alternative way to define web endpoints in Spring WebFlux, compared to annotation-based controllers. This project showcases how to define routes and handlers using functional programming style.
Contributions are welcome! If you'd like to contribute to this project, feel free to open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This repository acts as the full code of the following Dev Article