사용자 도구

사이트 도구


intellij_idea:config

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
intellij_idea:config [2020/09/06 22:28]
kwon37xi [설정 파일들의 디렉토리 변경]
intellij_idea:config [2021/02/23 22:49]
kwon37xi [Default Settings]
줄 50: 줄 50:
 -Drecreate.x11.input.method=true -Drecreate.x11.input.method=true
 </code> </code>
 +
 ===== 설정 파일들의 디렉토리 변경 ===== ===== 설정 파일들의 디렉토리 변경 =====
   * [[https://www.jetbrains.com/help/idea/tuning-the-ide.html#config-directory|설정 파일 디렉토리]]   * [[https://www.jetbrains.com/help/idea/tuning-the-ide.html#config-directory|설정 파일 디렉토리]]
줄 73: 줄 74:
 </code> </code>
   * Windows 에서 한글 사용자명 폴더일 경우에 config.path와 system.path를 변경시켜줘야한다. 안그러면 일부 기능이 작동하지 않을 수 있다.   * Windows 에서 한글 사용자명 폴더일 경우에 config.path와 system.path를 변경시켜줘야한다. 안그러면 일부 기능이 작동하지 않을 수 있다.
 +
 ===== Idea Properties ===== ===== Idea Properties =====
   * 기본적으로는 **Help -> Edit Custom Properties** 메뉴에 나오는 파일에서 편집한다.   * 기본적으로는 **Help -> Edit Custom Properties** 메뉴에 나오는 파일에서 편집한다.
줄 99: 줄 101:
 sudo sysctl -p sudo sysctl -p
 </code> </code>
 +
 +===== 자동 빌드 - auto build =====
 +  * 자동 빌드는 클래스가 변경될 때마다 자동으로 컴파일하고, 배포한다.
 +  * 나는 자동 빌드 활성화 시에 **지나치게 잦은 compile & deploy로 인한 성능저하** 문제가 더 크다고 보고, 이를 꺼둔 상태로 사용한다.(IntelliJ Idea 자체도 기본값이 끄기)
 +  * Actions 에서 **Registry...** 를 찾아서
 +    * ''compiler.automake.allow.when.app.running=true'' 로 변경
 +  * **Settings -> Build, Execution, Deployment -> Compiler -> Build project automatically** 활성화.
  
 ===== Tomcat(WAS) 실행 옵션 ===== ===== Tomcat(WAS) 실행 옵션 =====
줄 109: 줄 118:
 ===== Settings ===== ===== Settings =====
 ==== Default Settings ==== ==== Default Settings ====
-  * ''File -> Other Settings -> Default Settings'' 에서 모든 프로젝트의 기본 설정을 할 수 있다.+  * ''File -> New Project Settings'' 에서 모든 프로젝트의 기본 설정을 할 수 있다.
   * ''Annotation Processors -> Enable annotation processing'' : [[java:lombok|Lombok]] 사용시 항상 필요하므로 활성화 해 둔다.   * ''Annotation Processors -> Enable annotation processing'' : [[java:lombok|Lombok]] 사용시 항상 필요하므로 활성화 해 둔다.
  
intellij_idea/config.txt · 마지막으로 수정됨: 2023/03/24 13:01 저자 kwon37xi