Reactive Webflux Spring Boot Demo application with :
-
spring security authentication with jwt token
-
live stream of notifications (APPLICATION_STREAM_JSON_VALUE)
-
REST server [spring boot 2.2.5]
-
OpenJFX client [openJDK 13]
-
DTO with ModelMapper
with maven :
-
run the server with
mvn spring-boot:run
inwebflux-jwt-server
directory -
run some clients with
mvn javafx:run
inwebflux-jfx-client
directory
Test login with 2 registered users :
-
username fred, password fred with USER role,
-
username admin, password admin with USER and ADMIN roles
Server : https://youtu.be/H-ikMFRwVcM
Client : TODO