|
| 1 | +## Spring PetClinic Sample application [](https://gitpod.io/#https://github.com/gitpod-io/spring-petclinic) |
| 2 | + |
| 3 | +[Petclinic](https://github.com/spring-projects/spring-petclinic) is a [Spring Boot](https://spring.io/guides/gs/spring-boot/) application built using [Maven](https://spring.io/guides/gs/maven/). |
| 4 | + |
| 5 | +## Table of Contents |
| 6 | + |
| 7 | + - [Run petclinic on Gitpod](#run-petclinic-on-gitpod) |
| 8 | + - [Get Started With Your Own Project](#get-started-with-your-own-project) |
| 9 | + - [Community support](#community-support) |
| 10 | + |
| 11 | +## Run petclinic on Gitpod |
| 12 | + |
| 13 | +Start coding in a [ready-to-code, cloud development environment](https://www.gitpod.io) |
| 14 | + |
| 15 | +Setup Gitpod integration with Jetbrains Gateway using the instructions given in this [doc](https://www.gitpod.io/docs/ides-and-editors/intellij). |
| 16 | + |
| 17 | +Click the button below to start a new workspace on Gitpod which will automatically open the workspace in IntelliJ IDEA through JetBrains Gateway. |
| 18 | + |
| 19 | + |
| 20 | +<a href="https://gitpod.io/#https://github.com/gitpod-io/spring-petclinic" style="padding: 10px;"> |
| 21 | + <img src="https://gitpod.io/button/open-in-gitpod.svg" width="150" alt="Push" align="center"> |
| 22 | +</a> |
| 23 | + |
| 24 | + |
| 25 | +Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this): |
| 26 | + |
| 27 | +``` |
| 28 | +./mvnw spring-boot:run |
| 29 | +``` |
| 30 | + |
| 31 | +## Get Started With Your Own Project |
| 32 | + |
| 33 | +To get started with Spring Boot on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation. |
| 34 | + |
| 35 | +## Community Support |
| 36 | + |
| 37 | +For any help refer to [Gitpod documentation](https://gitpod.io/workspaces). If you have any additonal questions, you can use one of these channels: |
| 38 | + |
| 39 | +[](https://discord.com/channels/816244985187008514/903225840660279296) |
| 40 | + |
| 41 | +[](https://github.com/gitpod-io/spring-petclinic/issues) |
| 42 | + |
| 43 | +[](https://twitter.com/gitpod) |
0 commit comments