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
- Host: GitHub
- URL: https://github.com/fresult/just-kotlin-webflux
- Owner: fResult
- Created: 2025-02-10T15:12:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T06:15:20.000Z (over 1 year ago)
- Last Synced: 2025-03-08T23:14:05.606Z (over 1 year ago)
- Topics: kotlin, reactive-programming, spring-boot, spring-boot-3, spring-webflux, webflux
- Language: Kotlin
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```