IntelliJ3 JetBrains IntelliJ Google Style Linter 적용하기 Google Style Linter 적용하기 1. IntelliJ에 구글스타일 린터를 적용하기 위해서 아래 링크로 접속하여 스타일정의 포맷(xml)을 다운받는다. https://github.com/google/styleguide GitHub - google/styleguide: Style guides for Google-originated open-source projects Style guides for Google-originated open-source projects - GitHub - google/styleguide: Style guides for Google-originated open-source projects github.com 2. IntelliJ에 적용하기 Scheme > Import.. 2023. 6. 25. JetBrains IntelliJ Spring boot - Dev tools 적용시키는 법 1. File - Settings 에서 "찾기"에 allow auto-make를 검색한다. 2. 아래 캡쳐처럼 체크 후 Apply 하여 코드 수정 시 자동 재기동 되는지 확인한다. 2023. 6. 24. JetBrains IntelliJ 콘솔로그 한글 깨짐 문제 처리 IDE 한글 셋팅 1. 파일 인코딩 Default 수정 → UTF-8 File - Settings - Editor - File Encodings Global Encoding, Project Encoding, Default Encoding for properties files 모두 UTF-8로 변경 2. VM Options 수정 Help - Edit Custom VM Options -Xmx2048m -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 수정 후 재기동 2023. 6. 23. 이전 1 다음