add 封箱拆箱线, rev 测试读写

This commit is contained in:
2023-05-08 11:04:52 +08:00
parent 1e2692e426
commit e3031c5267
71 changed files with 3043 additions and 338 deletions

View File

@@ -58,7 +58,7 @@ spring:
multi-statement-allow: true
redis:
#数据库索引
database: ${REDIS_DB:9}
database: ${REDIS_DB:12}
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:}