xiangpei
2024-08-12 399b7ab49bc9f6a20b4306c6fca23d87d3274c36
ycl-server/src/main/resources/application.yml
@@ -95,7 +95,7 @@
user:
  password:
    # 密码最大错误次数
    maxRetryCount: 5
    maxRetryCount: 20
    # 密码锁定时间(默认10分钟)
    lockTime: 10
@@ -107,3 +107,4 @@
  excludes: /system/notice
  # 匹配链接
  urlPatterns: /system/*,/monitor/*,/tool/*