版本冲突问题
本来是3.4.6
报错,后来改变了版本号成功了

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

大家可以看看这个文章
https://blog.csdn.net/Ajax_mt/article/details/79152581