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

@@ -1,4 +1,8 @@
server.port=8082
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.port=6379
spring.datasource.url=jdbc:mysql://localhost:3306/irext
spring.datasource.username=root
spring.datasource.password=root