This commit is contained in:
Jesse Houldsworth 2025-05-15 14:53:41 -07:00
parent c0dea3ac25
commit 344781be0e

View file

@ -8,7 +8,7 @@
## Run Petclinic locally
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 uild a jar file and run it from the command line (it should work just as well with Java 17 or newer):
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 uild a jar file and run it from the command line (it should work just as well with Java 17 or newer):
```bash
git clone https://github.com/spring-projects/spring-petclinic.git