목록전체 글 (96)
무소의 뿔처럼
새로운 환경에서 시작 sts4 및 oracle 11g 설치 git으로 다운받은 프로젝트 java.sql.SQLRecoverableException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor oracle CID : xe ?, orcl ? org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource..
oracle db 11g , jpa //apllication.properties spring.jpa.database-platform=org.hibernate.dialect.Oracle10gDialect
git에 올린 repository 내려받기 import - Git - Porjects from Git - Clone URI - uri 넣고 로그인 - next - Local Destination(저장할 폴더) - next~~~finish import project import - Gradle - Existing Gradle Project - 임포트 할 파일 선택 (working sets도 같이) - finish ojdbc6 잊기 않기
data-jpa oracle db 에러: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement apllication.poropertyies spring.jpa.database=oracle
Consider defining a bean of type 'repository.UserRepository' in your configuration. 어플 실행을 못하겠다고 위와 같은 Action을 취하라고 함. repository.UserRepository가 basePackage와 동떨어져서 만들어져 있었다. Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0 라이브러리에 ojdbc6이 사라짐. (Refresh gradle 해서 없어졌나 봄.) ojdbc6: build path에 추가함.