add gradle command into README

This commit is contained in:
Li Yanhui 2013-03-24 17:55:48 +08:00
parent 3cc9f667b0
commit 152f8f183f

View file

@ -6,7 +6,7 @@ spring-petclinic has been deployed here on cloudfoundry: http://spring-petclinic
## Running petclinic locally
```
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/