Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 170 Bytes

File metadata and controls

9 lines (9 loc) · 170 Bytes
  • Command to run app: ./gradlew bootRun
  • How to it stop completely: ./gradlew --stop
  • How to run the test: ./gradlew test
  • Clean App: ./gradlew clean ./gradlew build