Fix of how to run Petclinic in readme

This commit is contained in:
Tomas Repel 2016-04-05 09:01:37 +02:00
parent 9a150fcc45
commit 597d29c85d

View file

@ -6,7 +6,8 @@
## Running petclinic locally ## Running petclinic locally
``` ```
git clone https://github.com/spring-projects/spring-petclinic.git 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/ You can then access petclinic here: http://localhost:9966/petclinic/