Skip to content

pairing4good/petclinic

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published