修改redis配置参数,新增获取账号爬取次数接口

This commit is contained in:
2025-06-16 14:30:20 +08:00
parent 6e9442de23
commit 023a62e13b
7 changed files with 114 additions and 13 deletions

View File

@@ -14,17 +14,10 @@ spring:
# Redis 配置
# todo 需替换配置
redis:
database: 1
database: 0
host: localhost
port: 6379
timeout: 5000
password: 123456
# Elasticsearch 配置
# todo 需替换配置
elasticsearch:
uris: http://localhost:9200
username: root
password: 123456
rabbitmq:
host: localhost
port: 5672