org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysConfigController': Unsatisfied dependency expressed through field 'configService';
时间: 2023-04-02 20:02:31 浏览: 314
测试spring中的org.springframework.beans.factory.InitializingBean
这个问题涉及到技术方面,我可以回答。这个错误通常是由于在 Spring 容器中找不到所需的 bean 导致的。可以检查一下 sysConfigController 中的 configService 是否正确注入。
阅读全文