Front matter
preface
acknowledgments
about this book
about the author
about the cover illustration
Part 1. Foundational Spring
1 Getting started with Spring
1.1 What is Spring?
1.2 Initializing a Spring application
Initializing a Spring project with Spring Tool Suite
Examining the Spring project structure
1.3 Writing a Spring application
Handling web requests
Defining the view
Testing the controller
Building and running the application
Getting to know Spring Boot DevTools
Let’s review
1.4 Surveying the Spring landscape
The core Spring Framework
Spring Boot