
IntelliJ 프로젝트 설정
·
Etc
✅ Guide LineShow hard wrap and visual guides (configured in Code Style options) 체크 해제해당 옵션을 체크 해제하면 에디터 상 우측 라인이 없어진다.✅ Build Tools - Gradle최초에 Build and run using, Run tests using이 Gradle로 설정되어 있는데 이것을 IntelliJ IDEA로 변경프로젝트를 실행할 때 Gradle보다 IntelliJ IDEA로 실행하는 것이 조금 더 빠르다.✅ EncodingProject Encoding, Default encoding for properties files를 UTF-8로 설정해 주고Transparent native-to-ascii conversion 옵션을 체크..