Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 273 Bytes

File metadata and controls

15 lines (10 loc) · 273 Bytes

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>