mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
test from desk top
atat
This commit is contained in:
parent
96669991c6
commit
7fed2e9869
1 changed files with 4 additions and 3 deletions
|
@ -7,14 +7,15 @@
|
||||||
## Running petclinic locally
|
## Running petclinic locally
|
||||||
|
|
||||||
Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line:
|
Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line:
|
||||||
|
111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
|
||||||
tests
|
tests
|
||||||
|
test222
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/spring-projects/spring-petclinic.git
|
git clone https://github.com/spring-projects/spring-petclinic.git
|
||||||
cd spring-petclinic
|
cd spring-petclinicqwerqwrqwer
|
||||||
./mvnw package
|
./mvnw package
|
||||||
java -jar target/*.jar
|
java -jar target/*.jartest
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then access petclinic here: http://localhost:8080/
|
You can then access petclinic here: http://localhost:8080/
|
||||||
|
|
Loading…
Reference in a new issue