Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- cos pro
- cos
- BAEKJOON
- codingtest
- 코딩테스트
- AndroidStudio
- vuejs
- android
- 알고리즘
- 파이썬
- C++
- k8s
- 동적계획법과최단거리역추적
- 분할정복
- DFS
- DART
- DFS와BFS
- issue
- Flutter
- 코테
- Algorithm
- 안드로이드
- 코드품앗이
- Python
- django
- 개발
- 동적계획법
- 백준
- 안드로이드스튜디오
- cos pro 1급
Archives
- Today
- Total
Development Artist
[IntelliJ IDEA, Mac] Spring Boot 프로젝트 단축키 본문
728x90
도입
Intellij IDEA를 통해 Spring Boot 프로젝트를 진행하면서 사용했던 단축키들을 기록하고자 한다.
지금 글에서는 모든 단축키들을 나열하지 않는 점 참고 바랍니다.
단축키/Shortcut
- Control + R : Stop and Rerun / '[selected file]' is not allowed to run in parallel. Would you like to stop the running one?
- Control + O : Select Methods to Override/Implement
- Control + H : Hierachy
- Control + T : Refactor This
- Shift + fn + F6 : Rename
- Shift + Shift : Search
- Command + N : Generate ( ex. Getter&Setter )
728x90
'Research > General' 카테고리의 다른 글
GoF 디자인 패턴 총정리 (0) | 2025.04.23 |
---|---|
FastAPI 설치시 함께 설치되는 라이브러리 톺아보기 (0) | 2025.04.23 |
Comments