Spring Boot 入門之持久層篇(三)

一、前言 上一篇《Spring Boot 入門之 Web 篇(二)》介紹了 Spring Boot 的 Web 開發相關的內容,項目的開發離不開數據,因此本篇開始介紹持久層相關的知識。 二、整合 JdbcTemplate # 2.1 添加依賴 <!-- jdbc --> <dependency> <groupId>org.springframework.boot</groupId>
相關文章
相關標籤/搜索