We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa8bb74 + 597d29c commit b68d7fcCopy full SHA for b68d7fc
readme.md
@@ -6,7 +6,8 @@
6
## Running petclinic locally
7
```
8
git clone https://github.com/spring-projects/spring-petclinic.git
9
- mvnw tomcat7:run
+ cd spring-petclinic
10
+ ./mvnw tomcat7:run
11
12
13
You can then access petclinic here: http://localhost:9966/petclinic/
0 commit comments