diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index da9009b5..4f31f098 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -70,9 +70,10 @@ spring.rabbitmq.username=rabbit spring.rabbitmq.password=123456 spring.rabbitmq.virtual-host=/ -spring.redis.host=127.0.0.1 +spring.redis.host=18.167.251.121 spring.redis.port=6379 spring.redis.database=1 +spring.redis.password=Aidlab spring.redis.lettuce.pool.max-active=8 spring.redis.lettuce.pool.max-idle=8 spring.redis.lettuce.pool.min-idle=0