Get Started with the Back-end using Spring Boot

Learn how to start with the back-end and what dependencies we’ll need to proceed.

We will create a new Spring Boot application in this lesson. If you want to build the application from scratch, you can follow the following steps. You can use the code at the end of the section.

Create the project

  1. First, go to https://start.spring.io/, where we can create a new spring application and add dependencies.

  2. Select “maven,” and add “Spring Data JPA and Spring Web dependencies.”

Get hands-on with 1200+ tech skills courses.