Add quick start

This commit is contained in:
Dave Syer 2016-11-22 08:56:51 +00:00
parent 7b6f81b6e4
commit 76d7ff0e99

View file

@ -24,6 +24,24 @@ PetClinic demonstrates the use of a Spring Boot with Spring MVC and Spring Data.
{% capture main_content %}
<span id="quick-start"></span>
## Quick Start
You need Java 1.8 and git:
```
$ git clone https://github.com/spring-projects/spring-petclinic.git
$ cd spring-petclinic
$ ./mvnw spring-boot:run
```
You can then access petclinic here: http://localhost:8080/
<img width="1042" alt="petclinic-screenshot" src="https://cloud.githubusercontent.com/assets/838318/19727082/2aee6d6c-9b8e-11e6-81fe-e889a5ddfded.png">
## The Musem Section
> **For posterity: here is the text of the old http://springframework.org/docs/petclinic.html. Thankfully, much of it is irrelevant or inaccurate now, but it might be an interesting historical document one day. A monument to all those who served in this vessel...**
## The Spring PetClinic Application