Mybatis框架的引入

1.添加mybatis的依赖jar包 引入mybatis时,在项目的pom.xml中添加mybatis依赖如下:(我这里用的是3.4.4的版本) <dependency>     <groupId>org.mybatis</groupId>     <artifactId>mybatis</artifactId>     <version>3.4.4</version> </dependency>
相关文章
相关标签/搜索