Skip to content

Latest commit

 

History

History

common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project "Common"

The Common is a Spring Boot application that offers a minimum set of functionalities shared by all subprojects.

  • Short URL creation service: POST / creates a shortened URL from a URL in the request parameter url.
  • Redirection service: GET /{id} redirects the request to a URL associated with the parameter id.
  • Database service: Persistence and retrieval of ShortURL and Click objects.