eclipse配置

来源:互联网 发布:lufylegend.js 编辑:程序博客网 时间:2024/06/08 11:07

1.配置JDK和编码格式

  • 打开Windows->Preferences->Java->Installed JREs->add,选择standard VM,添加本地JDK
  • 打开General->Workspace,Text File Encoding中选择Other->utf-8

2.调整工具栏,右键菜单,各种窗体

  • 打开Window->Perspective->Customize Perspective,主要调整new菜单、svn、git、maven仓库

3.调整字体、背景

  • 字体:General->Appearance->Colors and Fonts
  • 背景颜色:General->Editors->Text Editors->Appearance color options->background color(bg:R199 G237 B204)

3. 代码格式化设置

  • 代码格式化:Java->Code Style->Formatter
  • 注释:Java->Code Style->Code Templates->Import

5.添加Server

  • General->Server->Runtime Enviroments->add

6.添加和配置maven

  • 插件安装:新版本自带插件
  • Maven->Installations->add,添加你setting.xml的路径
原创粉丝点击