개발환경/intelliJ(4)
-
[intelliJ] Export Jar
Export Jar 출처 : http://gyrfalcon.tistory.com/entry/IntelliJ-Export-Jar Project Structrure에서 Jar용 Artifact를 추가하면 된다. 추가 후 Build > Build Artifact 로 설정한 Jar를 선택하면 된다.
2017.02.15 -
[IntelliJ] 이클립스 단축키 비교
IntelliJ && 이클립스 단축키 비교 Eclipse Keymap vs. IntelliJ IDEA KeymapLet's review the major differences existing between the Eclipse and IntelliJ IDEA default keymaps. The table below lists a few of the differences but it should not be considered an exhaustive list.ActionIntelliJ IDEAEclipseOpen any file quicklyCtrl + Shift + N Ctrl + Shift + R Find a type or classCtrl + N Ctrl + Shift + T Show all th..
2017.01.09 -
[intelliJ] Lombok
IntelliJ Lombok [참고] 1. IntelliJ lombok 적용하기2. PROJECT LOMBOK과 그 사용법
2017.01.04 -
[intellij] Intellij 사용법 & 설정
Intellj Intellj는 Jetbrains ( http://www.jetbrains.com ) 에서 개발한 통합 IDE 툴 입니다.Intellj는 현재 Ultimate Edition(상용버젼) 과 Community Edition (무료버전) 을 지원하고 있습니다. Config 1. Memory Heap 설정 Intellij 설치 폴더 (C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3\bin ) 에서 Memory Heap 사이즈를 수정하고 싶을 때 아래의 설정 정보를 수정합냐다. 64 bit : C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3\bin\idea64.exe.vmoptions -Xms128m-X..
2017.01.02