IDE/IntelliJ

    Intellij 에서 Junit 기본 VM Options 설정하기 (기본 active profile 설정하기)

    Intellij 에서 Junit 기본 VM Options (Active Profile 설정) 필요성 Intellij 에서 junit 테스트를 실행할 때, profile 설정이 기본으로 들어가있지 않다. 기본 VM Options 의 active profile 에 local 과 같은 특정 profile 이 들어가길 원한다. 방법 Run 버튼 옆의 Edit Configurations... 를 클릭해준다. 왼쪽 탭 하단의 Edit configuration templates 를 클릭한다. Modify options 에서 Add VM Options 이 체크되어 있지 않다면 체크한다. Junit 을 선택하고 Build and run 하단에 있는 창에 VM Options 를 입력해준다. 결과 Run 버튼을 눌러 테스트..

    Intellij Tomcat 사용 환경에서 .js .css .properties 등 리소스 쉽게 업데이트 하기

    Intellij Tomcat 사용 환경에서 .js .css .properties 등 리소스 쉽게 업데이트 하기

    Intellij 단축키로 리소스 업데이트 방법 우측 상단 Tomcat 을 클릭하여 Edit configurations... 을 클릭한다. On Update Action, On Frame Deactive Action 이 두개를 Update Resources 로 바꾸어준다.

반응형