From 2d5608dbb7843f4a43cae257cae466a61b0e77dd Mon Sep 17 00:00:00 2001 From: Nerosshini Date: Sat, 7 Sep 2024 02:29:06 +0800 Subject: [PATCH] Updated App.java to add a new function --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1544c1140..a670e6f55 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ [See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) -## Run Petclinic locally +## Run Petclinic locally in machine Spring Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer): @@ -16,7 +16,7 @@ cd spring-petclinic ./mvnw package java -jar target/*.jar ``` -PetClinicSpring +PetClinicSpringPetClinicSpring You can then access the Petclinic at . petclinic-screenshot @@ -160,3 +160,4 @@ For pull requests, editor preferences are available in the [editor config](.edit ## License The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). +