Merge pull request #146 from trepel/mvnwrunreadmefix

Fix of how to run Petclinic in readme
This commit is contained in:
Antoine Rey 2016-04-05 09:52:09 +02:00
commit b68d7fc4f3

View file

@ -6,7 +6,8 @@
## Running petclinic locally
```
git clone https://github.com/spring-projects/spring-petclinic.git
mvnw tomcat7:run
cd spring-petclinic
./mvnw tomcat7:run
```
You can then access petclinic here: http://localhost:9966/petclinic/