Привет, я новичок в мире Spring, и мне нужны мысли для решения этой проблемы.
После того, как я обновил кучу файлов, веб-сервис Spring не смог загрузиться успешно.
TestMainApplication
- мой основной файл начальной загрузки.
Я верю, что причина от chartServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 6;
Тем не менее, я ничего не обновил с secondaryChannelServiceImpl
.
Любая идея или направление для рассмотрения такого рода проблемы?
Задача дублирования конструктора или?
at com.iicloud.goodOrg.TestMain.service.TestMainApplication.main(TestMainApplication.java:69)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration': Unsatisfied dependency
expressed through method 'setConfigurers' parameter 0;
nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'TestMainApplication':
Unsatisfied dependency expressed through field 'chartService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'chartServiceImpl' defined in file [.../charts/service/impl/chartServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'secondaryChannelServiceImpl'