【Spring Boot】入門之持久篇(三)

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