목록분류 전체보기 (228)
main

STS3 사용 중 Marketplace에서 플러그인 설치 시 오류가 발생하여, Install New Software 방식으로 설치하였습니다. ※ 오류가 발생할 수도 있으니 설치 시 주의하시기 바랍니다. 1. Window > Install New Software 클릭 (Contact all update sites during install to find required software 체크 해제) 2. Add 클릭 후 URL 입력 https://www.genuitec.com/updates/devstyle/ci/ 3. 설치할 Plugin 선택 후 > Next 클릭 4. Next 클릭 5. Accept > Finish 6. 설치가 끝나면 다시 시작한다. 7. 그냥 Skip 했습니다. 8. 끝. 참고) 삭제방법..

에러 Eclipse Color Theme 설치 중 에러 An error occurred while collecting items to be installed session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Result of processing steps. OK OK OK Public key not found for -9147676190077153272. OK Result of processing steps. OK OK OK Public key not found for -9147676190077153272. OK 1. 설치 화면 C..

1. pom.xml 에 Mybatis 관련 라이브러리 추가 (Maven Repository 참조) * mybatis * mybatis-spring * spring-tx (데이터 베이스 처리와 트랜잭션 처리) * spring-jdbc org.mybatis mybatis 3.4.6 org.mybatis mybatis-spring 1.3.2 org.springframework spring-tx ${org.springframework-version} org.springframework spring-jdbc ${org.springframework-version} 2. root-context.xml > namespace 추가 추가된 namespaces 4. DataSource Bean 등록 (Username, pa..
에러 Caused by: java.lang.IllegalStateException: SpringJUnit4ClassRunner requires JUnit 4.12 or higher. 해결방법 JUnit을 4.13.2버전으로 업그레이드 하였다. junit junit 4.13.2

1. SQL Developer 설치 폴더 > jdbc > lib 폴더에 jdk 11 버전용 ojbc11.jar 파일이 존재한다. 2. 프로젝트 우클릭 > Build Path > Configure Build Path... 3. Libraries 탭 > Classpath 클릭 > Add External JARs... 클릭 3. ojdbc11.jar 선택 > Apply 4. Apply 5. 프로젝트 우클릭 > Properties > Deployment Assembly 6. Java Build Path Entries 클릭 7. ojdbc11.jar 선택 > Finish 8. Apply and Close 9. Oracle 접속 테스트 코드 package com.example.persistence; import s..