...

/

Creating our First Spring Boot Application

Creating our First Spring Boot Application

Learn to create your first spring boot application step by step.

What we’ll build

We will now build the Elite Club application, which any browser can connect to.

The initial version of the application will expose one RESTendpoint to return the hardcoded list of Elite Clubs. The subsequent chapter will be improving the application by adding new features.

What we’ll need

For this, we will need an Integrated Developer Environment (IDE).

Popular ...