We just need to include the mybatis-x.x.x.jar file in the classpath to use MyBatis.We can download it at "https://github.com/mybatis/migrations/releases".If we will use Maven, we just add the following dependency to our pom.xml ==== pom.xml ==== org.mybatis mybatis x.x.x: we can find the above source code at "http://mvnrepository.com/". 1. Setting the configuration XML fileThe configuration XML ..