Error creating bean with name 'sysConfigController': Unsatisfied dependency expressed through field 'configService';
时间: 2023-11-06 14:36:02 浏览: 23
spring boot整合mybatis-plus启动报错问题及解答.pdf
这个问题说明了在创建名为"sysConfigController"的bean时出现了一个依赖注入的问题,具体来说是由于configService这个字段的依赖关系未满足所导致的。可能是由于configService类没有正确配置或者当前的依赖关系无法被解析导致的。需要检查configService类的依赖关系以确定问题的具体原因。
阅读全文