Skip to content

Implementation of an URL shortener with Spring Boot, Thymeleaf

License

Notifications You must be signed in to change notification settings

JackSmellyDog/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL shortener

An implementation of an URL shortener with Spring Boot and Thymeleaf as a template engine. The project uses embedded file based H2 database. However it can be easily changed to another vendor due to using Spring Data.

Build

mvn clean install

or (with no tests)

mvn clean install -DskipTests

Run

cd target

To run on localhost:8080

java -jar shortener.jar

To run with your domain address

java -jar -Ddomain-url=https://your.site.com shortener.jar

To run as a daemon process

nohup java -jar -Ddomain-url=https://your.site.com shortener.jar &

About

Implementation of an URL shortener with Spring Boot, Thymeleaf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published