Merge branch 'master' into docker_package
This commit is contained in:
commit
ec59951c81
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue