문자 인코딩 타입 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 점유율 줄이기
플러그인
Eclipse Marketplace - sts (Spring, Springboot 플러그인)
※ egit, quicksearch가 포함되어 있음
Eclipse Marketplace - Buildship Gradle Integration (Gradle 플러그인)
'개발_웹 > Java' 카테고리의 다른 글
이클립스에서 항상 최근의 프로젝트가 실행될 때 (0) | 2019.05.11 |
---|---|
JDK 환경변수 설정 (0) | 2019.05.11 |
Java | Objects.equals() (0) | 2019.05.10 |
Java | JDBC가 퍼센트(%)를 인식못할때 (0) | 2019.05.10 |
Java | 가변 파라미터 (0) | 2019.05.10 |