diff --git a/readme.md b/readme.md index e1054fcbb..33f14a7cc 100644 --- a/readme.md +++ b/readme.md @@ -2,4 +2,10 @@ Cloned from [here](https://github.com/spring-projects/spring-petclinic), and adapted for my experiments. +## Building it + ./mvnw validate compile + +## Running it + + ./mvnw spring-boot:run -Dspring-boot.run.arguments=--server.port=8085