mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update readme.md
This commit is contained in:
parent
875c85ac1b
commit
cd41ed9890
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ git clone https://github.com/spring-projects/spring-petclinic.git
|
||||||
cd spring-petclinic
|
cd spring-petclinic
|
||||||
./mvnw package
|
./mvnw package
|
||||||
java -jar target/*.jar
|
java -jar target/*.jar
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then access petclinic here: http://localhost:8080/
|
You can then access petclinic here: http://localhost:8080/
|
||||||
|
|
Loading…
Reference in a new issue