๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
WEB/Back-End ๐ŸŒš

[Spring] ERROR: org.springframework.web.servlet.DispatcherServlet

by narang111 2022. 10. 5.

 

 

WARN : org.springframework.web.context.support.XmlWebApplicationContext - ....
ERROR: org.springframework.web.servlet.DispatcherServlet - Context initialization failed

ERROR: org.springframework.web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'infoController': Unsatisfied dependency expressed through field 'reviewService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.review.myapp.ReviewService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
	....
	at java.base/java.lang.Thread.run(Thread.java:834)

 

 

*Service ๊ตฌํ˜„์ฒด์ธ *ServiceImpl class์— @Service ์–ด๋…ธํ…Œ์ด์…˜์„ ์•ˆ ๋ถ™์ž„