Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 681 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 681 Bytes

Spring PetClinic Sample Application Build Status

Running petclinic locally

	git clone https://github.com/pairing4good/petclinic.git
	cd petclinic
	./gradlew bootRun (Windows: gradlew bootRun)

You can then access petclinic here: http://localhost:8080/

Connecting to the Database

  1. http://localhost:8080/h2-console
  2. Saved Settings = Genertic H2 (Embedded)
  3. Setting Name = Genertic H2 (Embedded)
  4. Driver Class = org.h2.Driver
  5. JDBC URL = jdbc:h2:mem:testdb
  6. User Name = sa
  7. Password = [leave blank]