A Mirror of Spring's PetClinic
Find a file
2016-10-23 16:22:13 +02:00
springboot-petclinic-client Move static resources to the springboot-petclinic-client module 2016-10-23 16:22:13 +02:00
springboot-petclinic-server Move static resources to the springboot-petclinic-client module 2016-10-23 16:22:13 +02:00
.gitignore Separating front et server into 2 maven modules 2016-10-23 15:37:06 +02:00
.tern-project initial commit for AngularJS branch 2015-06-11 17:14:16 +08:00
pom.xml Separating front et server into 2 maven modules 2016-10-23 15:37:06 +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