implemeneted redis support

This commit is contained in:
strawmanbobi
2018-12-29 18:19:07 +08:00
parent fdf10dca1b
commit 6de67d6ade
12 changed files with 279 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
server.port=8082
spring.cache.type=redis
spring.redis.host=localhost
spring.redis.port=6379