무소의 뿔처럼
스프링부트) 에러기록 Consider defining a bean of type / Unsatisfied dependency expressed through 본문
알아두기/에러
스프링부트) 에러기록 Consider defining a bean of type / Unsatisfied dependency expressed through
값을변경 2022. 9. 1. 10:02
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에 추가함.
'알아두기 > 에러' 카테고리의 다른 글
스프링부트,jpa)GenerationTarget encountered exception accepting command : (0) | 2022.09.02 |
---|---|
스프링부트) 에러기록 could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement (0) | 2022.09.01 |
스프링부트) 에러페이지.. 왜 안나와.. (0) | 2022.08.24 |
스프링부트) 에러기록 For input string: _ List로 담아 보냈어~ (0) | 2022.08.19 |
스프링부트) 에러기록 datasource, url (0) | 2022.08.16 |
Comments