mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
updated readme with build and run instructions
This commit is contained in:
parent
e063ff2dbf
commit
4f8f21dd19
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue