Spring Boot 프로젝트 생성 spring initializr IntelliJ에서 한글 파일 깨질 때 1. Error: nmappable character for encoding x-windows-949 경우 Settings(ctrl + alt + s) -> File Encodings Encoding 방법을 다 UTF-8로 변경!! 2. 콘솔에서 한글 깨지는 경우 [Help] -> [Edit Custom VM Options...] 맨 아래 밑의 코드 두 줄 추가 -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 인텔리제이 재시작 재시작을 해도 안된다면? build파일 삭제 후 다시 run