orgspringframeworkbeansfactoryUnsatisfiedDependencyException Error creating bean with name driverController Unsatisfied dependency expressed through field driverService; nested exception is orgspringf
根据异常信息,可以看出是找不到 mybatis-config.xml 文件,可能是配置文件路径不正确或者文件不存在导致的。需要检查配置文件路径是否正确,并确保文件存在。如果文件路径正确且文件确实存在,则可以尝试重新构建项目或清理缓存来解决该问题。
原文地址: https://www.cveoy.top/t/topic/fyR0 著作权归作者所有。请勿转载和采集!