본문 바로가기
Trouble Shooting/IntelliJ

[Trouble Shooting/IntelliJ] properties 파일에 작성한 한글이 자꾸 ??? 표시로 바뀐다면

by drCode 2023. 6. 28.
728x90
반응형

File > Settings > Editor > File Encodings > Properties File UTF-8 로 설정

File > Settings > Editor > File Encodings > Properties File UTF-8 로 설정하고 [Apply]

 

적용이 완료된 후, 다시 properties에 ?? 표시된 것을 지우고 한글로 다시 작성하여 수정한다.

 

그리고

https://drcode-devblog.tistory.com/536

 

[Spring] 스프링 메시지 소스 사용 및 .properties 파일 인코딩 설정

MessageSource 인터페이스 public interface MessageSource { String getMessage(String code, @Nullable Object[] args, @Nullable String defaultMessage, Locale locale); String getMessage(String code, @Nullable Object[] args, Locale locale) throws NoSuchMess

drcode-devblog.tistory.com

위의 포스팅에서도 properties 파일 인코딩을 바꿔서 테스트 했더니 정상 작동하였다.

 

728x90
반응형

댓글