Skip to content

Latest commit

 

History

History
 
 

spring-boot-webflux-redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

spring-boot-webflux-redis

Spring-boot WebFlux Redis example

Build & Run

cd to root of project directory

$ mvn clean install

$ mvn spring-boot:run \
    -Dserver.port=8080 \
    -Dspring.redis.url=redis://<REDIS_PASSWORD>@<REDIS_HOST>:<REDIS_PORT>