mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-19 02:29:36 +00:00
Fix of how to run Petclinic in readme
This commit is contained in:
parent
9a150fcc45
commit
597d29c85d
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue