# SpringBoot_database_connection **Repository Path**: springboot_yrgen/SpringBoot_database_connection ## Basic Information - **Project Name**: SpringBoot_database_connection - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot 项目连接数据库 本篇我们将学习如何在项目中连接数据库。 在一个成熟的项目是离不开数据库的,数据库很好的为我们的项目管理数据,让我们的开发变得简单,我们只需关注数据操作,而无需关注更多的数据库是如何操作的。 那么Spring Boot开发的项目是如何连接数据库呢?大家还记得在[**Spring Boot 配置文件设置(三)**](https://eirunye.github.io/2018/08/20/Spring-Boot-%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E8%AE%BE%E7%BD%AE-%E4%B8%89/#more)配置的时候说到数据库的连接。是的没错上面的例子完完全全都可以进行数据的连接。本篇是以连接[MySQL](https://www.mysql.com/)为例,进行连接数据操作。 ![Spring Boot.png](https://upload-images.jianshu.io/upload_images/3012005-06639c85d05db900.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300) ## 请查看[Spring Boot 项目连接数据库]() ## 推荐 [Spring Boot 系列](https://eirunye.github.io/categories/%E5%90%8E%E5%8F%B0/Spring-Boot/) 如果大家想了解更多的Spring Boot相关博文请进入 我的[**Spring Boot系列博客栈**](https://eirunye.github.io/categories/%E5%90%8E%E5%8F%B0/Spring-Boot/)