为了账号安全,请及时绑定邮箱和手机立即绑定

找不到SqlSessionFactoryBean这个类,是我依赖导错了吗?

http://img1.sycdn.imooc.com//5a96579b000118b206140109.jpg

<!--DAO框架:MyBatis依赖-->
<dependency>
 <groupId>org.mybatis</groupId>
 <artifactId>mybatis</artifactId>
 <version>3.3.0</version>
</dependency>
<dependency>
 <groupId>org.mybatis</groupId>
 <artifactId>mybaits-spring</artifactId>
 <version>1.2.3</version>
</dependency>

正在回答

1 回答

还真是依赖导错了,大意了mybatis单词拼错了 <artifactId>mybaits-spring</artifactId>改成<artifactId>mybatis-spring</artifactId>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

找不到SqlSessionFactoryBean这个类,是我依赖导错了吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信