A Mirror of Spring's PetClinic
Find a file
2016-10-23 12:12:42 +02:00
src Moving static resources from WEB-INF to src/main/resources/static 2016-10-23 12:12:42 +02:00
.gitignore Moving static resources from WEB-INF to src/main/resources/static 2016-10-23 12:12:42 +02:00
.tern-project initial commit for AngularJS branch 2015-06-11 17:14:16 +08:00
pom.xml Moving static resources from WEB-INF to src/main/resources/static 2016-10-23 12:12:42 +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