唐耀东
2021-12-31 0b977fb16e8272739bbe25973947f45a55ebe842
ruoyi-admin/src/main/resources/application.yml
@@ -16,9 +16,9 @@
captcha:
  # 页面 <参数设置> 可开启关闭 验证码校验
  # 验证码类型 math 数组计算 char 字符验证
  type: MATH
  type: CHAR
  # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
  category: CIRCLE
  category: LINE
  # 数字验证码位数
  numberLength: 1
  # 字符验证码长度
@@ -71,9 +71,9 @@
  servlet:
    multipart:
      # 单个文件大小
      max-file-size: 10MB
      max-file-size: 50MB
      # 设置总上传的文件大小
      max-request-size: 20MB
      max-request-size: 50MB
  # 服务模块
  devtools:
    restart: