본문 바로가기

분류 전체보기63

[Error] java.lang.IllegalStateException: Failed to load ApplicationContext 에러 상황 : Spring jUnit(JPA 테스트 코드) 테스트에서 아래와 같은 에러 발생 java.lang.IllegalStateException: Failed to load ApplicationContext Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class ... Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate ... Caused by: org.springframework.bea.. 2021. 3. 11.
[Java] 롬복 소개 및 설치 1. 롬복(Lombok) Java 기반에서 기계적 작업(VO, DTO, Entity 관련)을 보다 쉽게 해주는 자바 라이브러리(거의 필수) Getter, Setter, 기본 생성자, toString, hashCode 메소드 작업 관련 Class 코드를 어노테이션(@)으로 자동 생성 참고 URL : jnb.ociweb.com/jnb/jnbJan2010.html SETT January 20 - Reducing Boilerplate Code with Project Lombok by Michael Kimberlin, Senior Software Engineer Object Computing, Inc. (OCI) Contents Introduction "Boilerplate" is a term used to de.. 2021. 3. 11.
[IntelliJ] 인텔리제이에서 깃과 깃허브 사용하기 1. Action 창(Ctrl + Shift + A)에서 share project on github 검색 2. 저장소 이름 설정 및 생성 3. .ignore 플러그인을 통한 .idea 커밋 대상 제외 처리 3.1. Action 창(Ctrl + Shift + A)에서 plugins 검색 3.2. Marketplace에서 .ignore 검색 후 설치 3.3. git ignore 파일 생성 방법 : 왼쪽 위의 프로젝트 이름 선택 → 단축키(Alt + Insert) → .ignore file → .gitignore file(Git) 3.4. gitignore에 코드 등록 + .gradle, .idea 코드 추가 4. 단축키 깃 커밋 창 : [Ctrl + K] 깃 푸시 : [Ctrl + Shift +K] 5. 깃.. 2021. 3. 10.
728x90
반응형