Skip to content

bygui86/spring-reactive

Repository files navigation

Spring Reactive sample projects

Sub-projects

  • Reactive web
  • Reactive security
  • Reactive web client
  • Reactive web socket - STAND BY
  • Reactive web socket client
  • Reactive MongoDB
  • Reactive R2DBC - NOT WORKING - WAITING FOR NEXT RELEASE
  • Reactive functional

Prerequisites

  • Docker

Run all samples but Reactive R2DBC

Start application

cd <PROJECT_ROOT_FOLDER>/<SUB_PROJECT_FOLDER>
mvnw clean spring-boot:run

Run Reactive R2DBC

Start application

cd <PROJECT_ROOT_FOLDER>/<SUB_PROJECT_FOLDER>
docker run -d --name postgres -e POSTGRES_DB=reactive -e POSTGRES_USER=user -e POSTGRES_PASSWORD=secret -p 5432:5432 postgres:alpine
mvnw clean spring-boot:run

TODOs

  • Add validation
  • Add error handling
  • Add spring boot admin
  • Add OAuth2 security
  • Test Debug
  • Test Fongo
  • R2DBC sample not working - [CHECK A FUTURE MORE STABLE RELEASE OF LIBRARIES]

Links

General

Reactive Web

Reactive Web Client

Reactive Security

Reactive WebSocket

Reactive MongoDB

Reactive R2DBC

Reactive Functional

Testing

Addons

Fongo [TODO]

Filter

Validation [TODO]

Error handling [TODO]

Debug [TODO]

OAuth2 [TODO]