Setting Up the Environment and Tools - Backend

In this chapter, we will set up the environment and tools needed for backend programming with Spring Boot. Spring Boot is a modern Java-based backend framework that makes development faster than traditional Java-based frameworks. With Spring Boot, you can make a standalone web application that has an embedded application server.

In this chapter, we will look into the following topics:

  • Building an environment for Spring Boot development
  • The basics of the Eclipse IDE and Maven 
  • Creating and running Spring Boot projects
  • Problem solving when running Spring Boot applications