【eclipse】eclipse开发springboot项目使用入门

发布时间:2023年12月30日

下载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命令)

文章来源:https://blog.csdn.net/skybboy/article/details/135302225
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。