【新增】ureport2 集成

This commit is contained in:
liuhongfeng
2023-11-20 23:07:12 +08:00
parent 827897807f
commit a0e3cb11ab
23 changed files with 984 additions and 0 deletions

View File

@ -264,3 +264,16 @@ justauth:
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
#ureport配置
#ureport:
# disableHttpSessionReportCache: true #是否禁用
# disableFileProvider: true #是否禁用
# debug: true
# fileStoreDir: D://ureport//files
# provider:
# database:
# disabled: true
# file:
# disabled: true