- Spring Boot 2.0 Cookbook(Second Edition)
- Alex Antonov
- 63字
- 2021-06-24 19:24:37
Setting up a database connection
In every application, there is a need to access some data and conduct some operations on it. Most frequently, this source of data is a datastore of some kind, namely a database. Spring Boot makes it very easy to get started in order to connect to the database and start consuming the data via the JPA, among others.
推薦閱讀
- MySQL高可用解決方案:從主從復(fù)制到InnoDB Cluster架構(gòu)
- ETL數(shù)據(jù)整合與處理(Kettle)
- 算法競(jìng)賽入門經(jīng)典:習(xí)題與解答
- 業(yè)務(wù)數(shù)據(jù)分析:五招破解業(yè)務(wù)難題
- Hadoop與大數(shù)據(jù)挖掘(第2版)
- 云計(jì)算與大數(shù)據(jù)應(yīng)用
- WS-BPEL 2.0 Beginner's Guide
- The Game Jam Survival Guide
- 數(shù)字媒體交互設(shè)計(jì)(初級(jí)):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- 大數(shù)據(jù)技術(shù)入門
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- Oracle RAC日記
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- Python數(shù)據(jù)分析從小白到專家
- 數(shù)據(jù)庫(kù)查詢優(yōu)化器的藝術(shù):原理解析與SQL性能優(yōu)化