It’s time we started looking at how we actually access data. Spring has multiple ways of accessing data; here, we’re going to look at JdbcTemplate , a facade that provides trivial access to common operations, and we’re going to address some of Chapter 7’s other issues with data access.
8.1 Introduction
Chapter 7 was an “umbrella” chapter, a chapter focused on introducing Spring Boot. We then walked through some of the common things Spring Boot does for us, like handling dependency resolution ...