You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Youtube

Github


Spring WebFlux + Spring Data Redis + TestContainers Sample Application

  • SWRS : Spring WebFlux Redis Sample


기본 개념


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




어플리케이션 실행

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


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



  • No labels