Tools/Intellij (7) 썸네일형 리스트형 intellij 안쓰는 import 제거옵션 File => Settings => Editor => General => Auto Import Check 'Optimize imports on the fluy' mybatis.xml copy & paste 할때 Reformatting 하기 intellij pojo generator https://plugins.jetbrains.com/plugin/12297-pojo-generator POJO Generator - Plugins | JetBrains Generate JPA Entity POJO from database table. plugins.jetbrains.com entity 객체를 생성해 준다 편하다 intellij camelcase 플로그인 https://dejavuhyo.github.io/posts/intellij-underscore-case-toggle-to-camel-case/ IntelliJ에서 Underscore를 Camel Case로 변환 1. 플러그인 설치 dejavuhyo.github.io 해당 링크를 참조하자 intellij 에 git 계정 설정 1. 프로젝트의 루트 디렉토리로 이동 2. .git 숨김폴더 확인 및 안으로 이동 3. config 파일 오픈 [user] name = 이름 email = 이메일 추가 intellij(인텔리제이) 복사하기 들여쓰기 안됨 File = > Settings => 검색창에 paste 검색 => Smart Kyes 클릭 => Reformat on paste => indent block으로 설정 intellij 프로젝트 소스 path 설정 porject.iml 파일을 열어서 package 이름을 시작으로 아래처럼설정한다 ex) 이전 1 다음