Skip to content
Snippets Groups Projects
Commit b68d7fc4 authored by Antoine Rey's avatar Antoine Rey
Browse files

Merge pull request #146 from trepel/mvnwrunreadmefix

Fix of how to run Petclinic in readme
parents fa8bb743 597d29c8
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment