intelliJ에서 utf-8 인코딩이 되지 않아, 한글이 깨지는 경우 아래의 설정을 통해 해결할 수 있습니다.
File -> Setting -> encoding 검색 -> File Encodings -> Project Encoding과 Default encoding for properties file utf-8로 변경
Help -> Find Action 클릭 ->edit custom VM option -> 맨 밑에 '-Dfile.encoding=UTF-8' 추가
itelliJ 종료 후 재시작