From 152f8f183f19205f88829583b6159b430e735769 Mon Sep 17 00:00:00 2001 From: Li Yanhui Date: Sun, 24 Mar 2013 17:55:48 +0800 Subject: [PATCH] add gradle command into README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a282f8cb2..b7a52f25f 100644 --- a/readme.md +++ b/readme.md @@ -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/