인텔리제이에서 한글이 깨진 채 출력된다면 파일 인코딩 설정을 UTF-8로 변경해야 합니다. 1. 메뉴에서 File -> Settings를 선택합니다. 왼쪽 목록에서 Editor -> File Encodings를 선택한 후 오른쪽에 Global Encoding, Project Encoding과 Default encoding for properties files를 UTF-8로 설정하고 [Apply], [OK] 버튼을 클릭합니다. 2. 메뉴의 Help -> Edit Custom VM Options를 선택합니다. idea64.exe.vmoptions 편집기가 열리면 맨 아래에 -Dfile.encoding=UTF-8 코드를 추가합니다. 인텔리제이를 종료하고 다시 실행하면 한글 깨짐 현상이 해결됩니다.