嚴華 发表于 2022-8-10 01:04:51

Error creating bean with name 'sqlSessionFactory

pom文件导错了包。
正确的:
<dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
            <version>2.1.4</version>
      </dependency>错误的:
      <dependency>
            <groupId>org.singledog.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
            <version>1.3.5</version>
      </dependency>
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
页: [1]
查看完整版本: Error creating bean with name 'sqlSessionFactory