In this chapter we’ll review features for creating web applications with Spring Boot using our two projects, My Retro App and Users App. The Spring ecosystem has two ways to do web development: using the Servlet stack or using Reactive stack. In this chapter we’ll review web development using the Servlet stack and in chapter 7 will cover the Reactive Stack.
Spring MVC
The Spring MVC technology has been around since the Spring Framework was created, ...