MyBatis入門之各種坑(MAVEN,IDEA)

1.首先配置pom.xml。在pom添加mybatis的jar包以及相關依賴。這也沒啥。 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency>
相關文章
相關標籤/搜索