개발_웹/Java

이클립스(eclipse) 초기 세팅

zuyo 2019. 5. 10. 22:50
반응형

문자 인코딩 타입 UTF-8로 지정
Preference - General - Workspace - Text file encoding - UTF-8
Preference - General - Content Types - Text (CSS, HTML 등)
Preference - Web - CSS, HTML, JSP Files

Preference - XML - XML Files

Server - server.xml -

<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" 
URIEncoding="UTF-8"/>

※ 프로젝트 단위 인코딩 설정
Properties - Resources - Text file encoding

스펠링 검사 OFF
Preference - General - Editors - Text Editors - Spelling

Validation 설정
Preference - Validation - 필요 없는 항목 체크 해제

힙 메모리 설정

eclipse.ini - Xmx1024m, Xmx2048m (RAM 8GB 기준)

 

힙 메모리 보이기
Preference - General - Show heap status 체크

초기 실행 플러그인 설정
Preference - General - Startup and Shutdown - 필요 없는 항목 체크 해제

 

JDK

Preference - Java - Installed JREs - Add - JDK 디렉토리 지정

 

Tomcat

Preference - Server - Runtime Environment - Add - Tomcat 디렉토리 지정

 

Antimalware Service Excutable 예외 항목 설정

2019.05.08 - [IT&프로그래밍/미분류] - Antimalware Service Excutable 점유율 줄이기

 

Antimalware Service Excutable 점유율 줄이기

평소에는 괜찮은데, 개발할 때, 예를 들면, 이클립스와 같은 IDE를 실행할 때 Antimalware Service Excutable이 검사를 자동으로 실시하여 CPU와 메모리를 잡아먹고 이클립스 실행이 안 될 때가 있다. 이럴

zuyo.tistory.com

 

플러그인

Eclipse Marketplace - sts (Spring, Springboot 플러그인)

egit, quicksearch가 포함되어 있음

 

Eclipse Marketplace - Buildship Gradle Integration (Gradle 플러그인)

 

반응형