疯狂的狮子li
2021-04-19 78149e19dc95d2e905e5993e2df04b69300422c2
ruoyi-admin/src/main/resources/application.yml
@@ -12,8 +12,16 @@
  profile: ${user.dir}/ruoyi/uploadPath
  # 获取ip地址开关
  addressEnabled: false
captcha:
  # 验证码类型 math 数组计算 char 字符验证
  captchaType: math
  # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
  captchaCategory: circle
  # 数字验证码位数
  captchaNumberLength: 1
  # 字符验证码长度
  captchaCharLength: 4
# 开发环境配置
server:
@@ -199,4 +207,6 @@
    response:
      enabled: true
  okhttp:
    enabled: true
  hystrix:
    enabled: true