Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project is a copy of the https://github.com/spring-projects/spring-petclini

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):

> [!WARNING]
> If you are using Codespaces for this exercise please run `sudo chmod -R 777 /home/vscode/.m2` before you execute the following commands.

```bash
git clone https://github.com/github-copilot-workshop/copilot-petclinic.git
cd copilot-petclinic
Expand Down