mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
A few fixes to the readme.md for Spring-Boot branch
Merge pull request #169 from aaguilera/springboot
This commit is contained in:
commit
30fbe76c7d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Sprinb Boot version of the Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
|
||||
# Spring Boot version of the Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
|
||||
|
||||
## Understanding the Spring Petclinic application with a few diagrams
|
||||
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>
|
||||
|
@ -7,6 +7,7 @@
|
|||
```
|
||||
git clone https://github.com/spring-projects/spring-petclinic.git
|
||||
cd spring-petclinic
|
||||
git checkout springboot
|
||||
./mvnw spring-boot:run
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue