Spring Boot Web Development
摘要
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.