https://github.com/retheviper/springwebfluxsample
A simple sample of Spring WebFlux.
https://github.com/retheviper/springwebfluxsample
gradle kotlin rest-api spring-boot spring-webflux
Last synced: about 2 months ago
JSON representation
A simple sample of Spring WebFlux.
- Host: GitHub
- URL: https://github.com/retheviper/springwebfluxsample
- Owner: retheviper
- License: apache-2.0
- Created: 2020-08-09T09:54:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T12:18:04.000Z (about 4 years ago)
- Last Synced: 2025-04-13T05:55:19.258Z (about 1 year ago)
- Topics: gradle, kotlin, rest-api, spring-boot, spring-webflux
- Language: Kotlin
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring WebFlux Sample
## TL;DR
A simple sample of Rest API by [Spring WebFlux](https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html) with Kotlin.
This is another implementation version of [Spring Boot Sample](https://github.com/retheviper/springbootsample).
In Construction!
## Includes
- [Gradle](https://gradle.org) (Kotlin DSL)
- [Kotest](https://github.com/kotest/kotest)
- [Spring Security](https://spring.io/projects/spring-security) with [JWT](https://jwt.io)
- [Spring Data R2DBC](https://spring.io/projects/spring-data-r2dbc) with [H2](https://github.com/r2dbc/r2dbc-h2) (In-memory Mode)
- [WebTestClient](https://spring.getdocs.org/en-US/spring-framework-docs/docs/testing/integration-testing/webtestclient.html)