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