Error creating bean with name xxxxxx : unsatisfied dependency…

Check the mybatis configuration file to see if scanning is configured. My error is because only one PO class is configured for package scanning, and the Po class of another table is not scanned

terms of settlement:

Add the fully qualified name of the Po class to the parametertype of the XML Mapping file, or write the Po class in a package

Read More: