For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloud Shell

Use Cloud Shell to build and test applications for development purpose.

You can run and test a an application directly within Cloud Shell. Cloud Shell has many tools pre-installed, such OpenJDK, Maven, Gradle, and more. Cloud Shell is meant for development and not meant for production or long running processes.

Getting Started

Clone

cd $HOME
git clone https://github.com/saturnism/jvm-helloworld-by-example
cd jvm-helloworld-by-example/helloworld-springboot-tomcat

Build

./mvnw package

Run

./mvnw spring-boot:run
java -jar target/helloworld.jar

Connect

From Cloud Shell, click Web Preview, then click Preview on port 8080.

Web Preview

Last updated

Was this helpful?