1. JetBrains > IntelliJ IDEA > bin > idea64.exe.vmoptions 파일을 메모장으로 열기
▶ 맨 아래에 -Dfile.encoding=UTF-8 추가 후 저장
2. Edit Configurations > Tomcat Server VM Options 설정
▶ -Dfile.encoding=UTF-8 입력
(혹은)
-Duser.language=en -Duser.region=US
(내 경우에는 UTF-8 입력해도 안되길래 뒤에꺼 입력하니 됐다.)
3. IntelliJ 껐다 다시 실행시킨 뒤 구동하면 제대로 나온다.