Skip to content
Snippets Groups Projects
readme.md 575 B
Newer Older
# Spring PetClinic Sample Application

## Understanding the Spring Petclinic application with a few diagrams
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>

## Running petclinic locally
michaelisvy's avatar
michaelisvy committed
	git clone https://github.com/spring-projects/spring-petclinic.git
Dapeng's avatar
Dapeng committed
	mvn spring-boot:run
Mic's avatar
Mic committed

Dapeng's avatar
Dapeng committed
You can then access petclinic here: http://localhost:8080
Mic's avatar
Mic committed
## In case you find a bug/suggested improvement for Spring Petclinic
michaelisvy's avatar
michaelisvy committed
Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues
Mic's avatar
Mic committed

Mic's avatar
Mic committed