1.新建一个Manen项目 file-->new-->other-->Maven Project
finsih之后生成的项目结构,由于在pom.xml中配置了相关的依赖所以结构中出现了Maven Dependencies,新建的项目是不会出现的
在pom.xml中添加依赖操作
之后选择需要的版本
复制到pom.xml中