Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 593 Bytes

r2dbc-kickass Build Status

Reactive Spring WebFlux R2DBC Postgres Kickass project!

getting started

zsh
setjdk11
mvn -v

docker run --rm -it -p 5432:5432 postgres:alpine

./mvnw spring-boot:run

http :8080 name=ololo
http :8080 name=trololo
http :8080
http delete :8080
http :8080

NOTE: This project has been based on GitHub: daggerok/main-starter