스파르타코딩클럽(내일배움캠프)

스파르타코딩클럽 내일배움캠프 18주차 2일

backend_fighting 2023. 2. 28. 20:06
728x90

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 2 of constructor in com.project.sparta.like.service.CommentLikeServiceImpl required a bean of type 'com.project.sparta.like.entity.CountLike' 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 'com.project.sparta.like.entity.CountLike' in your configuration.

 

엔티티는 의존성 주입이 안된다. 그러므로 메소드를 이용하거나, 생성자를 넣어줘야한다.

728x90