git clone https://github.com/pairing4good/petclinic.git
cd petclinic
./gradlew bootRun (Windows: gradlew bootRun)
You can then access petclinic here: http://localhost:8080/
- http://localhost:8080/h2-console
- Saved Settings =
Genertic H2 (Embedded)
- Setting Name =
Genertic H2 (Embedded)
- Driver Class =
org.h2.Driver
- JDBC URL =
jdbc:h2:mem:testdb
- User Name =
sa
- Password = [leave blank]