mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
add gradle command into README
This commit is contained in:
parent
3cc9f667b0
commit
152f8f183f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ spring-petclinic has been deployed here on cloudfoundry: http://spring-petclinic
|
||||||
## Running petclinic locally
|
## Running petclinic locally
|
||||||
```
|
```
|
||||||
git clone https://github.com/SpringSource/spring-petclinic.git
|
git clone https://github.com/SpringSource/spring-petclinic.git
|
||||||
mvn tomcat7:run
|
mvn tomcat7:run or gradle tomcatRun
|
||||||
```
|
```
|
||||||
|
|
||||||
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