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

https://github.com/fresult/just-kotlin-webflux

Spring Boot WebFlux with Kotlin - Parallel practice project from the book Learning Spring Boot 3.0
https://github.com/fresult/just-kotlin-webflux

kotlin reactive-programming spring-boot spring-boot-3 spring-webflux webflux

Last synced: 3 months ago
JSON representation

Spring Boot WebFlux with Kotlin - Parallel practice project from the book Learning Spring Boot 3.0

Awesome Lists containing this project

README

          

# Just Kotlin Webflux

This project is a parallel practice of Spring Webflux, following the
book [Learning Spring Boot 3.0](https://github.com/fResult/Learning-Spring-Boot-3.0)

## Available Scripts

### For `01-reactive-web-controllers` module

**To start the *01-reactive-web-controllers* project, you can run:**

```bash
./gradlew :01-reactive-web-controllers:bootRun
```

API Usages, please see [here](01-reactive-web-controllers/README.md)

### For `02-reactive-data-access` module

**To start the *02-reactive-data-access* project, you can run:**

```bash
./gradlew :02-reactive-data-access:bootRun
```