xiangpei
2024-08-12 4900a7651637b1b13edbf175cf2da7fba57fef15
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/*