- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Juha Hinkula
- 96字
- 2021-06-24 14:03:23
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