개발환경(7)
-
intellij plugin 단축키
2. toggle case 변경 file > Setting > keymap > Editor Actions > Toggle Case Ctrl + Shift + Caps 3. Request Mapper Shift + Ctrl + \ : mvc url 기반으로 검색 가능 4. iBATIS/MyBatis plugin Ctrl + T : xml mapper 이동 Ctal + q : mapper java로 이동 참조 goddaehee.tistory.com/198 [IntelliJ] Intellij 기본 설정2(플러그인 설정) [IntelliJ] Intellij 기본 설정2(Plugin 설정) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ IntelliJ 기본 플러그인 설치 ] 입니다. : ) 첫번째로는 인텔리J 설..
2020.10.27 -
[error] CreateProcess error=206, 파일 이름이나 확장명이 너무 깁니다
CreateProcess error=206, 파일 이름이나 확장명이 너무 깁니다 task pathingJar(type: Jar) { dependsOn configurations.runtime appendix = 'pathing' doFirst { manifest { attributes "Class-Path": configurations.runtime.files.collect {it.toURL().toString().replaceFirst("file:/", '/')}.join(" ") } }} bootRun { addResources = false systemProperty 'spring.profiles.active', 'local' dependsOn pathingJar doFirst { classpath..
2017.03.06 -
[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