Simple Spring Boot application.
Idea was taken from example Spring application Pet Clinic. In this web application as a user you can see your pet status and as a vet you can add pets, vets and modify their properties. Every code review and criticism is welcome.
You can see working demo here. You can create your own account and then login as vet to add your pet with credentials: - email: albus.dumbledore@petclinic.com password: albus.
Component | Technology |
---|---|
Frontend | Thymeleaf |
Backend | SpringBoot (Java) |
Security | Spring Security |
In Memory DB | H2 |
Persistence | JPA (Using Spring Data) |
Build Tools | Maven(Java) |
- Java 8
- Maven 3.3.9+
To install this application, run the following commands:
git clone git@github.com:pawfa/petclinic.git
cd petclinic
This will get a copy of the project installed locally.
To run the program, cd into the petclinic
folder and run:
mvn package && java -jar target/petclinic-1.0-SNAPSHOT.jar