This is a Spring Boot MVC project based on the spring-petclinic example. The project allows for the display and manipulation of pet, owner and vet data stored inside a MySQL database via a series of web pages.
The project is written in Java 11 and uses Maven as build tool. Units tests are built with JUnit 5 and Mockito.