300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > An attempt was made to call a method that does not exist. The attempt was ma

An attempt was made to call a method that does not exist. The attempt was ma

时间:2019-08-08 22:46:07

相关推荐

An attempt was made to call a method that does not exist. The attempt was ma

SpringBoot整合MyBatis出错。

原因:我同时引入了这两个依赖。

<dependency><groupId>org.mybatis</groupId><artifactId>mybatis</artifactId><version>3.2.2</version></dependency><dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-boot-starter</artifactId><version>2.1.2</version></dependency>

删除

<dependency><groupId>org.mybatis</groupId><artifactId>mybatis</artifactId><version>3.2.2</version></dependency>

然后就好了,不太明白为什么这么做

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。