updated readme with build and run instructions

This commit is contained in:
anbu 2021-01-30 22:31:25 +00:00
parent e063ff2dbf
commit 4f8f21dd19

View file

@ -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