Skip to content

TechPrimers/url-shortener-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Example using Spring Boot & Redis

This example shows a simple URL Shortener implementation using

  • Spring Boot 2.1.0 (Spring Web[MVC] + Spring Data Redis)
  • Guava 18.0
  • Common Validator 1.6

URLs

  • POST /rest/url with body as long_url_string - For creating the short url from long url
  • GET /rest/url/{id} - For retrieving the long URL from short id

About

URL Shortener using Spring Boot and Spring Data Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages