Allows MySQL to be used to create distributed locks. Not suitable for use against a MySQL cluster prior to version .
Autowire com.aol.micro.server.utility.DistributedLockService into your beans to make use of Distributed locking. If you also have the couchbase plugin installed autowire com.aol.micro.server.mysql.distlock.DistributedLockServiceMySqlImpl instead.
<dependency>
<groupId>com.aol.microservices</groupId>
<artifactId>micro-mysql</artifactId>
<version>x.yz</version>
</dependency>compile 'com.aol.microservices:micro-mysql:x.yz'