스프링부트
[IntelliJ] 환경설정 - 소스코드, 콘솔창에서 한글깨짐 방짐
dreamstalker
2024. 8. 1. 13:06
IntelliJ console /소소코드 편집창에서 한글 깨짐을 방지를 위한 설정
• 인코딩 설정 방법
- File>Settings
- Help>Edit Custom VM Options..
-Dfile.encoding=UTF-8
-Dconsole.encoding=UTF-8
지금까지 IntellJ 에서 한글 깨짐 방지를 위한 환경설정에 대해 정리해봤습니다.