Create a starter project

Create a starter project on Spring Initializr

  1. Open a browser and point to the Spring Initializr located at https://start.spring.io/
  2. Configure the following parameters and don’t forget the Web dependency:

    Initializr

  3. Hit the Generate the project button and save the file.

Unzip and load the code into your editor

  1. Create a new directory on your laptop, cd to it and run
unzip demo.zip
  1. Open your favorite editor and load the directory or project into it

Editor

References


  • Reset App Name