Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 318 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 318 Bytes

Spring-URL-shortener

URL shortener server built using Java Spring framework and MongoDB.

This codebase uses Gradle build tools.

Compile and run for development

./gradlew run

Project build

./gradlew build

Run built project

java -jar build/libs/rest-service-0.0.1-SNAPSHOT.jar