expected at least 1 bean which qualifies as autowire candidate for this dependency
이 오류는 annotation이 제대로 기입되지 않았을 경우 발생하는 오류입니다.
해결 방법은 @Controller, @Service, @Repository와 같은 annotation을 올바른 위치에 작성하면 됩니다.
expected at least 1 bean which qualifies as autowire candidate for this dependency
이 오류는 annotation이 제대로 기입되지 않았을 경우 발생하는 오류입니다.
해결 방법은 @Controller, @Service, @Repository와 같은 annotation을 올바른 위치에 작성하면 됩니다.