A Mirror of Spring's PetClinic
Find a file
2016-09-21 14:10:58 +08:00
src add cache-control header for ajax request to by-pass proxy cache 2016-09-21 14:10:58 +08: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 remove jstl 2016-09-20 17:51:03 +08: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