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>
相關文章
相關標籤/搜索