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
- Host: GitHub
- URL: https://github.com/making/minimal-webflux
- Owner: making
- Created: 2018-08-25T12:35:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:03:12.000Z (over 3 years ago)
- Last Synced: 2026-01-21T16:02:14.261Z (3 months ago)
- Language: Java
- Homepage: https://minimal-webflux.cfapps.io/
- Size: 2.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```