Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 528 Bytes

File metadata and controls

15 lines (11 loc) · 528 Bytes

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