Cloud Shell
Use Cloud Shell to build and test applications for development purpose.
Getting Started
Clone
cd $HOME
git clone https://github.com/saturnism/jvm-helloworld-by-example
cd jvm-helloworld-by-example/helloworld-springboot-tomcatBuild
./mvnw packageRun
./mvnw spring-boot:runjava -jar target/helloworld.jarConnect

Last updated
Was this helpful?