mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 08:35:49 +00:00
Improve readme
This commit is contained in:
parent
2ef05dc3c1
commit
a7f262cddc
1 changed files with 4 additions and 6 deletions
10
readme.md
10
readme.md
|
@ -1,10 +1,8 @@
|
||||||
# Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
|
# PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
|
||||||
|
|
||||||
## Understanding the Spring Petclinic application with a few diagrams
|
|
||||||
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>
|
|
||||||
|
|
||||||
## 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:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -40,7 +38,7 @@ The following items should be installed in your system:
|
||||||
### Steps:
|
### Steps:
|
||||||
|
|
||||||
1) Inside IntelliJ IDEA
|
1) Inside IntelliJ IDEA
|
||||||
In the main menu, choose `File -> Open` and select the Petclinic [pom.xml](pom.xml). Click on the `Open` button.
|
In the main menu, choose `File -> Open` and select the Petclinic's [pom.xml](pom.xml). Click on the `Open` button.
|
||||||
|
|
||||||
CSS files are generated from the Maven build. You can either build them on the command line `./mvnw generate-resources` or right click on the `spring-petclinic` project then `Maven -> Generates sources and Update Folders`.
|
CSS files are generated from the Maven build. You can either build them on the command line `./mvnw generate-resources` or right click on the `spring-petclinic` project then `Maven -> Generates sources and Update Folders`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue