下载eclipse
Eclipse downloads - Select a mirror | The Eclipse Foundation

安装eclipse
其他一步一步即可
我们是开发java web选择如下

界面修改
Window->Preferences->
修改eclipse风格主题
Window->Preferences->General->Appearance

修改字体和大小
Window->Preferences->General->Appearance->Colors and Fonts->Basic->Text Font 双击编辑

eclipse 设置java的jdk编译版本
Window->Preferences->java->Compiler

maven的setting设置
Window->Preferences->Maven->User Settings

eclipse中的git操作
从git仓库clone maven项目
File ->Import->Git->Projects from Git->Clone URI

选择Clone URI

复制git项目的项目链接

切换项目分支
选中项目右键
Team->Switch To->New Branch

设置项目的目录结构树型显示
Package Presentation->Hierarchical

拉取的项目转成maven项目结构
选中项目然后右键->Configure->Convert to Maven project
运行启动springboot项目
Run->Run As(Debug As 调试)->Java Application(或执行maven命令)