Merge branch 'dev'

This commit is contained in:
wangliwen 2022-11-14 17:19:45 +08:00
commit 88acd9814d
1 changed files with 7 additions and 1 deletions

View File

@ -116,9 +116,15 @@ mybatis-plus:
jdbc-type-for-null: 'null'
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#系统上线日期,用于统计能力浏览记录
system:
#系统上线日期,用于统计能力浏览记录
startDay: 2022-04-01
#密码错误次数
maxErrorTimes: 5
#账号锁定恢复时间(小时)
resumeLogonTime: 2
#允许账号多地同时登录: 0(不允许), 1(允许)
allowSimultaneousLogin: 1
yawei:
enable: true