-
-
Notifications
You must be signed in to change notification settings - Fork 7
Jose Morales edited this page Aug 13, 2024
·
6 revisions
In order to run the application:
./gradlew -Dtoken=userToken -Dspring.config.location=$HOME/.jmailer/application-development.yml :web:bootRun
To run the tests:
./gradlew -Dtoken=userToken -Dspring.config.location=$HOME/.jmailer/application-development.yml jacocoTestReport :services:test
./gradlew -Dtoken=userToken -Dspring.config.location=$HOME/.jmailer/application-development.yml jacocoTestReport :web:test