Spring Boot Web Development
摘要
This chapter reviews the features for creating web applications with Spring Boot using the book's two projects—My Retro App and Users App. The Spring ecosystem has two ways to do web development: using the Servlet stack or using the Reactive stack. This chapter reviews web development using the Servlet stack and Chapter 7 covers the Reactive stack.