Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleGithub


Info
iconfalse

Spring WebFlux + Spring Data Redis + TestContainers Sample Application

  • SWRS : Spring WebFlux Redis Sample
Info
iconfalse


기본 개념


Info
  • Spring WebFlux
    • Reactive-stack web application
  • Spring Data Redis
    • Spring Data Redis는 Spring 애플리케이션에서 Redis에 대한 쉬운 구성 및 액세스를 제공합니다. 
  • TestContainers




어플리케이션 실행

Code Block
languagebash
themeMidnight
title실행 결과 확인
linenumberstrue
curl -XPOST http://localhost:8080/link -H "Content-Type: application/json" -d "\"link\":\"http://wiki.iisanse.com\"}"


{"shortenedLink":"http://localhost:8080/mrfTuM"}

...