mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
minor edits to readme file
This commit is contained in:
parent
447adf8810
commit
222f1d1b30
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@ spring-petclinic has been deployed here on cloudfoundry: http://spring-petclinic
|
||||||
|
|
||||||
## Running petclinic locally
|
## Running petclinic locally
|
||||||
```
|
```
|
||||||
git clone https://github.com/SpringSource/spring-petclinic.git
|
git clone https://github.com/SpringSource/spring-petclinic.git
|
||||||
mvn tomcat7:run
|
mvn tomcat7:run
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then access petclinic here: http://localhost:9966/petclinic/
|
You can then access petclinic here: http://localhost:9966/petclinic/
|
||||||
|
|
||||||
## Working with Petclinic in Eclipse/STS
|
## Working with Petclinic in Eclipse/STS
|
||||||
|
|
Loading…
Reference in a new issue