update:完成user、agent、device三个模块接口测试

This commit is contained in:
hrz
2025-03-29 21:52:06 +08:00
parent a07277feb8
commit ab4ec5e468
21 changed files with 266 additions and 136 deletions
@@ -0,0 +1,22 @@
spring:
data:
redis:
host: localhost
port: 6379
database: 0
timeout: 10s
lettuce:
pool:
min-idle: 0
max-idle: 8
max-active: 8
max-wait: -1ms
renren:
redis:
open: true
logging:
level:
xiaozhi.modules.device: DEBUG
org.springframework.data.redis: DEBUG