Home > Back-end >  SSM project errors, which a great god help children
SSM project errors, which a great god help children

Time:12-11

Error creating bean with the name 'bookController: Unsatisfied dependency expressed through the field' msBookService '; Nested exception is org. Springframework. Beans. Factory. UnsatisfiedDependencyException: Error creating bean with the name 'msBookService: Unsatisfied dependency expressed through the field' msBookMapper ';

CodePudding user response:

Children check whether to add the @ MapperScan (basePackages="xx. Mapper") mapper scan configuration
  • Related