Eclipse更换工作空间后需要修改的常用配置

1、java环境配置

 

Window->Preferences->java->compiler and install

2、server配置(tomcat)---修改tomcat设置 server location->输出至tomcat安装目录-Use tomcat installation

3、字体

 

Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts -->Basic -->Text Font

4、编码方式

 

Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8

Window->Preferences->General->Workspace   面板Text file encoding 选择UTF-8

Window->Preferences->Web->JSP Files 面板选择 ISO 10646/Unicode(UTF-8)

5、设置快捷提示(js,java,html,xml)

 

打开eclipse→Windows→Preferences→Java→Editor→Content Assist;
修改Auto Activation triggers for java的值为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW 

6、maven

        首先将仓库解压并放在一个路径并在maven的配置文件中配置仓库的位置--maven--installations--add--directory--勾选新添加的--apply

        user settings(配置仓库地址)--browse--寻找maven下面的settings.xml文件--apply

 

你可能感兴趣的:(Eclipse基本设置)