Skip to content

bennu/mybatis-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bennu MyBatis-Commons

Maven Central License Supported JVM Versions

Bennu MyBatis-Commons, a package of Java utility classes for classes that are repeated in our mybatis projects.

The code is tested using the latest revision of the JDK for supported LTS releases: 17 and 21.

<dependency>
    <groupId>cl.bennu</groupId>
    <artifactId>mybatis-commons</artifactId>
    <version>1.0.0</version>
</dependency>

Building

Building requires a Java JDK and Apache Maven. The required Java version is found in the pom.xml as the maven.compiler.source property.

From a command shell, run mvn without arguments to invoke the default Maven goal to run all tests and checks.

License

This code is licensed under the MIT License.

Dependencies

  • commons 1.1.0
  • mybatis 3.5.19

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages