opt:优化数字孪生大屏相关接口。

This commit is contained in:
2024-09-11 17:42:28 +08:00
parent 8a179fbf88
commit 38a3588e3b
6 changed files with 29 additions and 16 deletions

View File

@@ -54,8 +54,8 @@ spring:
multi-statement-allow: true
redis:
#数据库索引
database: ${REDIS_DB:5}
host: ${REDIS_HOST:10.44.101.19}
database: ${REDIS_DB:2}
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:}
@@ -152,9 +152,9 @@ sa-token:
token-session-check-login: false
alone-redis:
# Redis数据库索引默认为0
database: 5
database: 2
# Redis服务器地址
host: 10.44.101.19
host: 127.0.0.1
# Redis服务器连接端口
port: 6379
# Redis服务器连接密码默认为空

View File

@@ -112,6 +112,6 @@ mybatis-plus:
id-type: INPUT
lucene:
index:
path: D:\lucene\index
path: C:\lucene\index
tlog:
enable-invoke-time-print: true