maven build project add mybatis dependency

maven build project add mybatis dependency

pom.xml file

I use Maven to build the project

<dependency>
  <groupId>org.mybatis</groupId>
  <artifactId>mybatis</artifactId>
  <version>这里填写具体的版本号</version>
</dependency>

maven central warehouse
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/hu1628299958/article/details/114756693