19.06.04 00:03 작성
·
2K
0
Description:
Field holoman in com.sun.springinit.HolomanRunner required a bean of type 'me.sun.Holoman' that could not be found.
Action:
Consider defining a bean of type 'me.sun.Holoman' in your configuration.
발생한 에러 로그입니다. 버전 2.1.4 에서 2.0.4 로 변경 후 run 해도 동일하게 발생합니다..
어디 부분이 잘못 되었을까요..?
답변 3
0
***************************
APPLICATION FAILED TO START
***************************
Description:
Field holoman in hb.startspringboot.HolomanRunner required a bean of type 'me.biglight.Holoman' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'me.biglight.Holoman' in your configuration.
상기 에러가 뜹니다.
혹시 스프링 부트 버전 문제일까요?
0
2019. 06. 04. 02:10
빈 등록이 안되있는거 같은데요. 아마도 자동설정을 제공하는 JAR를 추가하지 않았거나, 자동 설정을 제공하는 쪽에서 spring.factories 밑에 제대로 등록을 안했거나.. 아니면 그 이전에 아에 빈 설정이 잘못됐거나.. 셋중에 어떤 경우인지 다시 살펴보시면 좋겠습니다. 저는 두번째 경우에 한표.