Spring Boot SQL Data Access
摘要
In this chapter we are going to talk about data and how Spring Boot can help us to create applications that need persistence. Spring Boot relies on the Spring Framework Data Access, which provides access to SQL databases using the JdbcTemplate class. This class removes all the boilerplate of connecting to the database engine, session management, transaction management, and more.