-
-
Notifications
You must be signed in to change notification settings - Fork 28
Execution
Jose Morales edited this page Jan 6, 2025
·
23 revisions
Make sure you have nodeJS dependencies:
cd ${PROJECT_HOME}/src/main/resources/static/assets/servizi-dog-theme
npm install
Then to run this project you need to execute this Gradle command:
./gradlew -Dspring.config.location=$HOME/.vetlog/application-development.yml -Dflyway.user=${username} -Dflyway.password=${password} bootRun
where:
-
${username}
is you MySQL vetlog database user -
${password}
is you MySQL vetlog database password
./gradlew -Dspring.config.location=$HOME/.vetlog/application-development.yml jacocoTestReport test
./gradlew -Dspring.config.location=$HOME/.vetlog/application-development.yml test --tests ${testName}
where:
-
${testName}
is test name you want to run