diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 90f87dd..ef175d2 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -24,9 +24,9 @@ tms.thread.keep-alive-time=10 #redis\u914D\u7F6E spring.redis.database=0 -spring.redis.host=www.liuwanr.cn -spring.redis.password=huoran -spring.redis.port=6379 +spring.redis.host=127.0.0.1 +spring.redis.password=huoran#2021 +spring.redis.port=6710 spring.redis.timeout=3000 spring.redis.jedis.pool.max-idle=500 spring.redis.jedis.pool.min-idle=50 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bab924b..7f5afa7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ #\u9009\u62E9\u6307\u5B9A\u73AF\u5883,\u76EE\u524D\u53EA\u6709\u6D4B\u8BD5\u548C\u6B63\u5F0F\u73AF\u5883 -spring.profiles.active=prod \ No newline at end of file +spring.profiles.active=test \ No newline at end of file