Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.5 KB

spring-study

2021-Summer 스프링🌱

참고 강의

스터디 노션

단축키

단축키 설명
shift + f6 변수명 변경
command + option + V 변수 추출
command + option + M 메서드 추출
command + shift + T test 파일 생성
command + N getter, setter 등
command + E 최근 열었던 클래스
command + O 폴더 찾기
command + P 인자 값 보기
ctrl + shift + enter 코드 자동완성
ctrl + T Refactor 관련
ctrl + R 이전 실행
iter for each 생성
fori for 구문 생성
psvm public static void main(String[] args)