raghavx / demo-spring-boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to start the project - navigate to the project directory and then execute following commands

mvnw.cmd clean (windows only)

./mvnw clean (other than windows)

mvnw.cmd compile (windows only)

./mvnw compile (other than windows)

mvnw.cmd package (windows only)

./mvnw package

About


Languages

Language:Java 100.0%