A Mirror of Spring's PetClinic
Find a file
2016-10-13 18:37:18 +02:00
src Remove JSP configuration 2016-10-13 18:37:18 +02:00
.gitignore Add intellj project files to .gitignore 2013-06-14 07:18:33 +03:00
.tern-project initial commit for AngularJS branch 2015-06-11 17:14:16 +08:00
pom.xml Make JAR not WAR 2016-10-13 18:32:12 +02:00
readme.md update readme 2016-09-20 17:08:14 +08:00
sonar-project.properties test methods:used should/shouldNot 2015-01-16 09:08:22 +08:00

Spring PetClinic Sample Application

Understanding the Spring Petclinic application with a few diagrams

See the presentation here

Running petclinic locally

	git clone https://github.com/spring-projects/spring-petclinic.git
	mvn spring-boot:run

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

In case you find a bug/suggested improvement for Spring Petclinic

Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues