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

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.

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)