Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 435 Bytes

development.md

File metadata and controls

11 lines (7 loc) · 435 Bytes

Development Notes

Useful maven commands

Run these from the directory where pom.xml is located

Command Description
mvn package Builds software and creates .tar.gz file in target/
mvn spring-boot:run Run local development server on port 8080