wx-docking-platform/platform-services/wx-mp-service/src/main/resources/application.yml
shikong 52c019627e
redis 配置缓存
消息处理机制调整
2024-12-08 20:17:24 +08:00

25 lines
391 B
YAML

spring:
application:
name: wx-mp-service
data:
redis:
database: 1
host: 10.10.10.200
port: 16379
password: 12341234
jedis:
pool:
min-idle: 0
max-active: 8
max-idle: 8
max-wait: -1ms
connect-timeout: 30000ms
server:
port: 18881
logging:
level:
root: info
cn.skcks.docking.wx: debug