报错:org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'articleMapper' defined in file [C:\Users\hasee\Desktop\Cultural_system_master\target\classes\com\example\sunop\mapper\ArticleMapper.class]: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
改错:在pom.xml中改
改为
原因:MP的artidactId改为
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>了