본문 바로가기

IntelliJ

(11)
[Intellij] Error:java: javacTask: source release 8 requires target release 1.8 프로젝트와 java 버전이 맞지 않은 상황, 따라서 프로젝트 버전 수정이 필요: https://stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-release-1-8
[Intellij] lombok 사용하기 1. lombok plugin 설치 Preferences > Plugins > Browse repositories.. > Lombok 검색 > Install > restart 2. Lombok 설정 Preferences > Compiler > Annotation Processors > Enable annotaion processing 체크 출처 :http://blog.woniper.net/229
[SVN]SVN Check out 이클립스와 깃을 사용하다가, 인텔리j와 SVN 사용하게 되었다.. 처음이라 검색! ------------------------------------------------------------------------------------ 1. svn 서버의 파일 check out 하기 : - 아래의 선택이 해제 되어 있어야한다. ( 체크되어 있으면 자꾸 오류남) - 아래와 같이 최초에 선택해서 check out 하면 된다 2. 프로젝트에서 아래의 VCS > Enable Version Control Integration 설정하면 SVN 사용가능 출처: http://godlvkhj.tistory.com/188 [하은양 믿음군 효실맘 호홍홍집s]
Debuging(디버깅) 해보기 주요 단축키 꼭 디버깅이 아니더라도 아래 단축키 정도는 익혀두면 여러모로 쓸 곳이 많다. shift + shift : 전체 검색 (file, action 모두 검색) command + shift + a : action 검색 (설정, Refactor 등) command + shift + o : 파일 찾기 command + e : 최근 열었던 파일 리스트 보기 command+[ / command+] : 이전/다음 포커스로 이동 단축키 팁 빠른 디버깅을 위해서 단축키를 익혀놓으면 편하다. 하지만 하나하나 찾아서 하기는 귀찮으니, 아래 처럼 key promoter 플러그인을 설치하자. 설치하면 내가 클릭한 기능의 단축키를 바로 보여준다. 단축키를 확인 한 후, 다음부터는 단축키로 명령을 실행하자. Break P..
[IntelliJ]자동완성 단축키 설정(Live Template) http://jhleed.tistory.com/83
[오류해결]@Override is not allowed when implementing interface method https://stackoverflow.com/questions/15402615/override-is-not-allowed-when-implementing-interface-method
프로젝트 파일 UTF-8 https://blog.jetbrains.com/idea/2013/03/use-the-utf-8-luke-file-encodings-in-intellij-idea/
Intellij Part 4 - GIT 출처:https://beyondj2ee.wordpress.com/2013/06/28/%ec%9d%b8%ed%85%94%eb%a6%acj-%ec%8b%9c%ec%9e%91%ed%95%98%ea%b8%b0-part4-getting-start-intellij-git/ [– Pre – Requirements ——] (1) Git 설치 IntelliJ에서 사용을 하기 전에 반드시 Git을 먼저 설치를 해야 합니다. Git은 OS에 따라서 설치 방법 과 패키지가 틀립니다. Window 환경같은 경우는 msysGit를 설치 해야 합니다. ※ Mac 사용자 분들은 git-osx-installer를 설치 하시면 됩니다. 최신 msysGit 버전을 다운로드 받습니다. http://code.google.com/p/msysg..