Command | Flag | Describe |
---|---|---|
gradlew bootRun |
Start application in 8080 port | |
-Pprofile |
Choose profile application | |
-PmailUser |
Email that will be the sender of the application | |
-PmailPassSocial |
Password social of Email. See more in this link | |
gradlew clean |
Clear gradle process of memory | |
gradlew test |
Run all tests (unit and integration) | |
-PfailFast |
Stop tests execution if a test fail | |
gradlew unitTest |
Run only unit tests | |
gradlew integrationTest |
Run only integration tests |
- host - http://localhost:8000/swagger-ui/
- database - http://localhost:8080/h2-console (password: pass)