From 4f8f21dd19adc005e00ade9c0ec4f129801866a2 Mon Sep 17 00:00:00 2001 From: anbu Date: Sat, 30 Jan 2021 22:31:25 +0000 Subject: [PATCH] updated readme with build and run instructions --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) 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