Tools (41) 썸네일형 리스트형 Visual Studio 파일 확장명 설정 위의 편집기 선택하고 확장명 넣으면 됨 intellij 안쓰는 import 제거옵션 File => Settings => Editor => General => Auto Import Check 'Optimize imports on the fluy' Fiddler Https tunneling 할때 느릴 경우 피들러에서 Https 캡처링 할때 tunnelling의 속도가 매우 느릴때 Tools => Option => Https Tab => uncheck 'Check for certificate revocation' You have not concluded your merge (MERGE_HEAD exists). hint: Please, commit your changes before merging. Exiting because of unfinished merge. 에러가 났을때 해당 에러 메시지는 머지를 시도하려다 git pull을 시도하려 했을 경우 발생한다. 그리하여 git merge --abort 위의 명령여를 치고 git pull을 하면 된다 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 해당 링크를 참조하자 git global account 변경 git config --global user.email "이메일@주소" 이전 1 2 3 4 ··· 6 다음