ruoyi-admin/src/main/resources/application.yml
@@ -14,8 +14,6 @@ addressEnabled: true captcha: # 验证码开关 enabled: true # 验证码类型 math 数组计算 char 字符验证 type: math # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰 @@ -108,6 +106,11 @@ secret: abcdefghijklmnopqrstuvwxyz # 令牌有效期(默认30分钟) expireTime: 30 # 重复提交 repeat-submit: # 全局间隔时间(毫秒) intervalTime: 1000 # MyBatisPlus配置 # https://baomidou.com/config/ @@ -225,7 +228,7 @@ # 过滤开关 enabled: true # 排除链接(多个用逗号分隔) excludes: /system/notice/* excludes: /system/notice # 匹配链接 urlPatterns: /system/*,/monitor/*,/tool/*