implemented getRemoteIndex method

This commit is contained in:
strawmanbobi
2018-12-24 23:37:18 +08:00
parent f0b3837566
commit fdf10dca1b
7 changed files with 51 additions and 7 deletions

View File

@@ -52,6 +52,11 @@
<artifactId>spring-data-redis</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>