SpringBoot项目启动debug,报错org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name: Unsatisfied dependency ...
最开始以为是这个bean没有打注解,但去看了之后注解正常。往后看错误又爆了Error parsing mapper, Could not resolve type alias, 发现是Mapper.xml最后的type有问题。