reactive-link-shortener-sample-app icon indicating copy to clipboard operation
reactive-link-shortener-sample-app copied to clipboard

Spring WebFlux + Spring Data Redis + TestContainers Sample Application

Reactive Link Shortener Sample Application

Check step by step video on YouTube

Developing reactive application with Spring WebFlux and Spring Data Redis

This repository contains source code for YouTube video where I go through the process of building complete application from scratch using:

  • Java 8
  • Spring Boot 2
  • Spring WebFlux
  • Spring Data Redis
  • TestContainers
  • Maven