redishostfix

Change-Id: Id218255d74abed3e8a940cf0441cdd36b9137729
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8f97d3c..d7023ee 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -7,9 +7,9 @@
 
 mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
 
-spring.data.redis.host = 127.0.0.1
+//spring.data.redis.host = 127.0.0.1
 
-//spring.data.redis.host = redis-server
+spring.data.redis.host = redis-server
 spring.data.redis.port = 6379
 
 spring.mail.host=smtp.qq.com