본문 바로가기
카테고리 없음

[Spring boot] application.properties 한글 깨짐

by oda 2023. 4. 6.

IntelliJ 에서 Spring boot프로젝트를 작성할 때 application.properties파일에 한글로 작성한 주석이 깨져서 나타날 때 아래와 같은 방법으로 해결 할 수 있다.

 

[File]-[Settings]-[Editor]-[File Encodings]

Transparent native-to-ascii conversion 체크박스 체크 후 Apply, Ok

 

댓글