mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge pull request #146 from trepel/mvnwrunreadmefix
Fix of how to run Petclinic in readme
This commit is contained in:
commit
b68d7fc4f3
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue