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

https://github.com/making/minimal-webflux

Minimal Spring WebFlux.fn stack
https://github.com/making/minimal-webflux

Last synced: about 2 months ago
JSON representation

Minimal Spring WebFlux.fn stack

Awesome Lists containing this project

README

          

# minimal-webflux

Minimal Spring WebFlux stack

* [Spring WebFlux.fn](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-fn) for Web Framework
* [YAVI](https://github.com/making/yavi) for Validation
* [R2DBC H2](https://github.com/r2dbc/r2dbc-h2) for Database Access
* [Pivotal UI](https://styleguide.pivotal.io/) for Frontend


```
# `npm` is required

mvn clean package
java -jar target/minimal-webflux-1.0.0-SNAPSHOT.jar
```