Skip to content

MyBatis SQL mapper framework for Java

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

lazyallen/mybatis-3

 
 

Repository files navigation

怎么运行该项目

  • 该项目的父项目为mybatis-paren , 故需要先在本地mvn clean install 发布到本地仓库,需要注意mybatis-paren的版本和该项目Pom文件中引用的版本应该保持一致。
<parent>
    <groupId>org.mybatis</groupId>
    <artifactId>mybatis-parent</artifactId>
    <version>31-SNAPSHOT</version>
    <relativePath />
</parent>

忽略javadoc检查

mvn clean package -Dmaven.javadoc.skip=true -Dmaven.test.skip=true

其他说明

  • master分支的版本为3.5.0-SNAPSHOT

About

MyBatis SQL mapper framework for Java

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.0%
  • TSQL 4.3%
  • Other 0.7%