https://github.com/gitpod-io/template-java-spring-boot-gradle
https://github.com/gitpod-io/template-java-spring-boot-gradle
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-io/template-java-spring-boot-gradle
- Owner: gitpod-io
- Created: 2022-04-23T08:45:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T15:08:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T20:05:41.790Z (about 1 year ago)
- Language: Java
- Size: 65.4 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Spring Boot Java template on Gitpod
[Spring Boot](https://spring.io/) is a Java framework for developing web applications. This is a Spring Boot template using Java 11 and [Gradle](https://maven.apache.org/) configured for [Gitpod](https://www.gitpod.io/).
You can run this template on IntelliJ IDEA through JetBrains Gateway.
Through [Jetbrains Gateway](https://www.jetbrains.com/remote-development/gateway/), Gitpod delivers the choice of using Jetbrain IDEs such as IntelliJ, Goland, PyCharm or PhpStorm as a developer environment for Gitpod workspaces.
## Table of Contents
- [Getting Started](#getting-started)
- [Run this project](#run-this-project)
- [Get Started With Your Own Project](#get-started-with-your-own-project)
- [Community support](#community-support)
## Getting Statrted
Jetbrains Gateway is a desktop app that allows you to work remotely with a Jetbrains IDE (such as IntelliJ IDEA) without installing it on your machine.
Setup Gitpod integration with Jetbrains Gateway using the instructions given in this [doc](https://www.gitpod.io/docs/ides-and-editors/intellij).
Click the button below to start a new workspace using this template on Gitpod which will automatically open the workspace in IntelliJ IDEA through JetBrains Gateway.
[](https://gitpod.io/#https://github.com/gitpod-io/template-java-spring-boot-gradle)
Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
## Run this project
To run this project on Jetbrains Gateway:
- Open Jetbrains Gateway in your machine, and under the Gitpod tab, connect to your workspace.
- Wait for IDEA to import the project and select "Run" from the toolbar to start the application. Once port `8080` is online, click on the port to forward it to your local machine and open it in your browser.
- You can also run `./gradlew bootrun` in the IDEA terminal to start the project.

## Get Started With Your Own Project
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.
## Community Support
For any help refer to [Gitpod documentation](https://gitpod.io/workspaces). If you have any additonal questions, you can use one of these channels:
[](https://discord.com/channels/816244985187008514/903225840660279296)
[](https://github.com/gitpod-io/template-java-spring-boot-gradle/issues)
[](https://twitter.com/gitpod)