Spring
error: unmappable character (0x80) for encoding x-windows-949 오류 해결
개발자 김혜린
2022. 5. 29. 23:50
File -> Setting
encoding 검색
Project Encoding과 Properties Files 의 설정 -> UTF-8로 바꾸기
Apply -> OK
Help -> Find Action
edit custom 검색
edit custom VM options... 클릭
맨 마지막 줄에
-Dfile.encoding=UTF-8
추가
모든 Intellij 프로젝트 끄고 다시 켜기
해결!