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

어플리케이션 실행

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

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