diff --git a/README.md b/README.md index 0e0c430..4115638 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ PS:测试数据库会不定期恢复。 * E-mail:l_iupeiyu@qq.com * GitHub: * 开源中国: -* 支持项目发展:(加我好友)支付宝:l_iupeiyu@qq.com   微信:l_iupeiyu 一个人的个人能力再强,也无法战胜一个团队,希望兄弟姐妹的支持,能够贡献出自己的部分代码,参与进来共同完善它(^_^)。 diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index ec88cee..d73ab94 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -8,10 +8,10 @@ spring.datasource.password = root # RedisݿĬΪ0 spring.redis.database=0 # Redisַ -spring.redis.host=121.41.17.147 +spring.redis.host=127.0.01 # RedisӶ˿ spring.redis.port=6379 # Redis루ĬΪգ -spring.redis.password=GeekCattle123 +spring.redis.password= # ӳʹøֵʾûƣ spring.redis.pool.max-active=8 \ No newline at end of file diff --git a/src/main/resources/application-pro.properties b/src/main/resources/application-pro.properties index 6f74ceb..e26df7a 100644 --- a/src/main/resources/application-pro.properties +++ b/src/main/resources/application-pro.properties @@ -12,6 +12,6 @@ spring.redis.host=127.0.0.1 # RedisӶ˿ spring.redis.port=6379 # Redis루ĬΪգ -spring.redis.password=GeekCattle123 +spring.redis.password= # ӳʹøֵʾûƣ spring.redis.pool.max-active=8 \ No newline at end of file