Skip to content
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

Clone this wiki locally