opt:优化数字孪生大屏相关接口。
This commit is contained in:
@@ -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服务器连接密码(默认为空)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user