execution - josdem/vetlog-spring-boot GitHub Wiki
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