본문 바로가기

전체 글

Intellij를 사용할 때 발생하는 Error:java: javacTask: source release 8 requires target release 1.8 오류 아래 두가지 중 한 가지만 해 주면 된다. Intellij 설정을 맞춰주거나, pom.xml에 버전을 넣어주기 - pom.xml에서 설정할 경우 Intellij 설정은 따로 수정 안해도 된다. 1. Intellij에서 버전 맞추기 2. pom.xml에서 maven 버전 설정해주기 org.apache.maven.plugins maven-compiler-plugin 1.8 1.8 더보기
SpringFramework Security 비밀번호 암호화하기 pom.xml org.springframework.security spring-security-core ${org.springframework-security-version} org.springframework.security spring-security-web ${org.springframework-security-version} org.springframework.security spring-security-config ${org.springframework-security-version} web.xml contextConfigLocation /WEB-INF/applicationContext.xml /WEB-INF/spring-security.xml spring-security.xml XXXContr.. 더보기
Intellij 단축키 이 모든 단축키는 Mac OS X 10.5+을 기준으로 작성됐습니다. 맥 특수문자 입력법 command + control + Space 전 직장동료들로부터 IntelliJ가 좋다는 소리는 많이 들었지만, 이클립스에 익숙해져서 바꾸는 게 쉽지 않았다. 마치 쿼티 자판을 계속 사용하는 것처럼, 지속하면 평생 더 편한 도구를 못 쓸거 같아 이번 기회에 바꾸려고 한다. Action 검색 젤 중요한 기능 - Thema변경 및 replace 등 위에 언급한걸 다 이걸로 가능 $ ⇧(shift) + ⌘(command) + a 위 명령어를 쳐서 "Enter action or option name”창이 뜨면, plugins을 입력 메인메소드 생성하고 실행 $ ⌃(command) + n main method만드는법 psv.. 더보기