Skip to content

MyBatis Memcached adapter

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

gottaBoy/memcached-cache

 
 

Repository files navigation

MyBatis Memcached Extension

Build Status Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis-memcached

MyBatis-Memcached extension Memcached support for MyBatis Cache.

Essentials

Releasing

To release this library, use the maven release plugin. If no memcache installed ensure to set the following:

-DskipTests -Darguments="-DskipTests"

Doing so will make sure the forked processes involved skip tests all together.

Typical maven release is done as follows where tests ignored.

mvn release:clean mvn release:prepare -DskipTests -Darguments="-DskipTests" mvn release:perform -DskipTests -Darguments="-DskipTests"

About

MyBatis Memcached adapter

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.9%
  • Shell 4.1%