Pet Clinic info: https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application
Based on Udemy course: https://www.udemy.com/course/spring-framework-5-beginner-to-guru
First execute mvn clean install -U
in root directory.
Go to /pet-clinic-web
directory and execute command mvn clean spring-boot:run
Go to /pet-clinic-web/target
directory and execute command java -jar pet-clinic-web-0.0.1-SNAPSHOT.jar
.