-
-
Couldn't load subscription status.
- Fork 84
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 installThen 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} bootRunwhere:
-
${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