消费改造-餐盘监测设备
This commit is contained in:
@@ -31,3 +31,15 @@ spring:
|
||||
wall:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
database: 0
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: # 密码(默认为空)
|
||||
timeout: 6000ms # 连接超时时长(毫秒)
|
||||
jedis:
|
||||
pool:
|
||||
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
|
||||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
max-idle: 10 # 连接池中的最大空闲连接
|
||||
min-idle: 5 # 连接池中的最小空闲连接
|
||||
@@ -24,8 +24,8 @@ knife4j:
|
||||
spring:
|
||||
# 环境 dev|test|prod
|
||||
profiles:
|
||||
# active: prod
|
||||
active: dev
|
||||
active: prod
|
||||
# active: dev
|
||||
messages:
|
||||
encoding: UTF-8
|
||||
basename: i18n/messages
|
||||
@@ -46,10 +46,6 @@ spring:
|
||||
# host: 127.0.0.1
|
||||
# port: 6379
|
||||
# password: # 密码(默认为空)
|
||||
## host: 192.168.2.30
|
||||
## password: redis2025
|
||||
## database: 5
|
||||
## port: 6379
|
||||
# timeout: 6000ms # 连接超时时长(毫秒)
|
||||
# jedis:
|
||||
# pool:
|
||||
|
||||
Reference in New Issue
Block a user