개발환경
intellij server 콘솔에서 한글 깨질 때
codinglog
2021. 11. 29. 18:07
톰캣을 intellij에서 실행하면 로그에 한글이 깨질 수 있다.
-Dfile.encoding=UTF-8
를 Run/Debug Configurations 에 VM options에 추가할 것
반응형