Cloud Workshop
Home
Search
Labs
Next
Create a starter project
Create a starter project on Spring Initializr
Open a browser and point to the Spring Initializr located at
https://start.spring.io/
Configure the following parameters and don’t forget the
Web
dependency:
Hit the
Generate the project
button and save the file.
Unzip and load the code into your editor
Create a new directory on your laptop,
cd
to it and run
unzip demo.zip
Open your favorite editor and load the directory or project into it
References
SpringBoot Introduction
Labs
Next
Reset App Name