콘솔에 문자가 깨져서 출력된다.
1. Console Encoding 변경
File > Settings (Ctrl + Alt + S)
Editor > General > Console에서 Default Encoding을 UTF-8로 변경해준다.
그래도 문제가 해결 되지 않았다.
2. idea64.exe.vmoptions 파일 수정
- shift를 두번 눌러서 'Edit Custom VM Options...'을 Open한다.
- -Dfile.encoding=UTF-8 추가 후 저장한다.
IntelliJ를 재시작 한 후 테스트 해보았다.
문자 깨짐 현상이 해결되었다.
'💻IT' 카테고리의 다른 글
[Spring Boot][Error] Frontend에서 API 호출 시 CORS 문제 (0) | 2021.11.15 |
---|---|
[Vue.js][Error] scss 파일 로드 시 Can't reslove 'sass-loader' 오류 (0) | 2021.11.15 |
[Vue.js][Error] assigned a value but never used 앱 실행 오류 (0) | 2021.11.15 |
[Gradle][Error] compile 사용 시 No candidates found for method call 문제 (0) | 2021.11.13 |
[Git] .gitignore 파일이란? (0) | 2021.11.02 |