일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 람다표현식
- feign
- execution engine
- jvm
- AutoCloseable
- intelij
- optional
- resilience4j
- jetbrain
- n+1
- GC
- 코딩테스트
- 4-way-handshake
- springboot
- 날짜쿼리
- circuitbreaker
- java
- try-catch
- webflux
- 동작방식
- try-catch-finally
- Class Loader
- tcp
- closeable
- Kotlin
- wagon-ssh
- try-with-resources
- zipWith
- Runtime data area
- Hotspot VM
- Today
- Total
목록IDE (2)
JuBin's personal study blog
Build시 Error 내용 Error running 'ServiceTest.updateStatusTest': Command line is too long. Shorten command line for ServiceTest.updateStatusTestor also for JUnit default configuration? 해결방법 1. 해당 project Root경로에 .idea/workspace.xml 파일 open 2. section을 찾는다. 3. 프로퍼티 추가. 4. 재빌드 혹시 Test Class build시(Boot Test) 프로젝트 Settings > Gradle > Run tests using을 Gradle -> IntelliJ IDEA로 수정하고 빌드
ctrl + alt + shift + t : 블록잡은 내용을 메소드로 뺀다. ctrl + shift + enter : 구문 자동완성 ctrl + shift + space : 스마트 자동완성 ctrl + alt + v : 객체,변수 자동완성 double shift : search everything ctrl + alt + b : 인터페이스 구현체 소스로 이동 alt + enter : static import같은거 할때 alt + insert : getter/setter/생성자 자동완성 class명 위에 alt+enter : test class create Ctrl + L : 블록잡은 텍스트 다음꺼 찾기 Ctrl + Shift + L : 블록잡은 텍스트 이전꺼 찾기 Shift + F6 : 파일명 변경 Ctr..