Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 317 Bytes

Home

Run

# with spring-boot-maven-plugin
mvn spring-boot:run -Pdev

# as executable war
mvn clean package -Pdev
java -jar target/*.war

# create deployable war
mvn clean package -Pdeployable

Environment