mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Add quick start
This commit is contained in:
parent
7b6f81b6e4
commit
76d7ff0e99
1 changed files with 18 additions and 0 deletions
18
index.html
18
index.html
|
@ -24,6 +24,24 @@ PetClinic demonstrates the use of a Spring Boot with Spring MVC and Spring Data.
|
||||||
|
|
||||||
{% capture main_content %}
|
{% 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...**
|
> **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
|
## The Spring PetClinic Application
|
||||||
|
|
Loading…
Reference in a new issue