Merge branch 'master' into docker_package

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

View File

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