Unsatisfied dependency expressed through field 'adminService';
时间: 2023-11-22 17:40:02 浏览: 137
spring boot整合mybatis-plus启动报错问题及解答.pdf
Unsatisfied dependency expressed through field 'adminService'是指在adminController中的adminService字段存在依赖未满足的情况。根据引用的描述,这个错误可能是由于在写category模块的代码时,mapper.xml文件的namespace被错误地写成了上一个模块的AdminDao,导致了工厂启动失败。解决这个问题的方法是将mapper.xml文件的namespace正确地修改为当前模块的CategoryDao。
阅读全文