错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Spring Boot SQL Data Access

  • Felipe Gutierrez

摘要

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.