解決:Initialization of bean failed; nested exception is java.lang.AbstractMethodError

版本衝突問題
本來是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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章