3、Could not autowire. No beans of ‘OrdersMapper’ type found. Inspection info:Checks autowiring problems in a bean class. description:bean注入失败。 遇到这个问题是因为SpringBoot加载bean的时候没有扫描到对应的bean和xml文件。一般需要改四个地方: 1、检查application.yml里面对Mybatis的配置。上面我已经...
3、Could not autowire. No beans of ‘OrdersMapper’ type found. Inspection info:Checks autowiring problems in a bean class. description:bean注入失败。 遇到这个问题是因为SpringBoot加载bean的时候没有扫描到对应的bean和xml文件。一般需要改四个地方: 1、检查application.yml里面对Mybatis的配置。上面我已经...