# 项目环境的搭建
---
## 1.1创建springboot项目
![](https://img.kancloud.cn/d1/c5/d1c503f8811671a23867d6cf673b2f51_1338x713.png)
## 1.2 填写项目名和组织名
![](https://img.kancloud.cn/6e/9c/6e9c726c1010bcfb02348d22df38cc20_1482x842.png)
## 1.3 选中对应的导入项目的依赖
![](https://img.kancloud.cn/a9/e0/a9e03e180eab3ab380e555646c1b580e_1432x835.png)
- 上面对于Lomback插件不是很熟悉的话请自行百度相关知识点
![](https://img.kancloud.cn/45/73/457302d595b38f9b8678256217efdc5d_1502x823.png)
![](https://img.kancloud.cn/4d/ec/4decaa47b604493492fffb82b12d5953_1469x818.png)
![](https://img.kancloud.cn/69/3f/693f25de80609a0816cd4cdfb33fda77_1504x836.png)
## 1.4 点击finsh完成项目环境的初始化
![](https://img.kancloud.cn/c0/c8/c0c8fd3230069ab7af2676283ac91472_1475x829.png)
## 1.5 项目结构
- 初始化后的项目结构如图所示
![](https://img.kancloud.cn/bf/8d/bf8d78335343efd68b1ee95f68904396_1219x795.png)
## 1.6 导入spring-data-jpa的依赖
- 1)在maven的中央仓库找到对应的依赖
[https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter][https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa/2.2.3.RELEASE](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa/2.2.3.RELEASE)
- 3)将依赖导入
![](https://img.kancloud.cn/1d/74/1d742a82c1efbd2d8212ba593b0793f2_1385x332.png)
---
至此项目基础环境搭建完毕
下一章节我们将讲述数据库表的搭建