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

https://github.com/fresult/poc-webflux-http

This repository is for learning REST/HTTP with Spring Webflux parallel to the [Learning Webflux 3.0] repository
https://github.com/fresult/poc-webflux-http

Last synced: 11 months ago
JSON representation

This repository is for learning REST/HTTP with Spring Webflux parallel to the [Learning Webflux 3.0] repository

Awesome Lists containing this project

README

          

# POC HTTP Server

This repository is a parallel project to [Learning Webflux 3.0 (module
`kotlin.07-http`)](https://github.com/fResult/Learn-Spring-Webflux-3.0/tree/main/kotlin/07-http) and is used for
learning R2DBC with Spring WebFlux.

## Prerequisites

- JDK 24

## Table of Contents

- [Webflux Module](./webflux/README.md)
- [HTTP - Customer](./webflux/src/main/kotlin/com/fResult/http/customers/README.md)
- [HTTP - Routes](./webflux/src/main/kotlin/com/fResult/http/routes/README.md)