spring and mybatis lack of integration errors bunch artifact misiing arctifact fail to read arctifact descriptor

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/withlonger/article/details/80973944

spring and mybatis integration errors, missing a bunch of artifact, fail to read arctifact descriptor, misiing arctifact.

You need a mybatis-spring jar package when using the spring (5.0.7) and mybatis (3.4.6) the latest version of the integrated development. Practice shows that the latest mybatis-spring.jar package (1.3.2) will be given, 1.3.1 version is also being given. We tested the following versions are not being given: 1.3.0; 1.2.5; 1.2.3; 1.2.2; 1.2.0.

http://mvnrepository.com/artifact/org.mybatis/mybatis-spring

Guess you like

Origin blog.csdn.net/withlonger/article/details/80973944