【新增】ureport2 集成

This commit is contained in:
liuhongfeng
2023-11-20 23:07:12 +08:00
committed by YunaiV
parent 5bf7cd396f
commit 8507fa9172
23 changed files with 982 additions and 4 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