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
- Host: GitHub
- URL: https://github.com/fresult/poc-webflux-http
- Owner: fResult
- Created: 2025-07-15T18:23:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T17:52:48.000Z (11 months ago)
- Last Synced: 2025-07-30T20:35:18.680Z (11 months ago)
- Language: Kotlin
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)