update 配置统一提取为 properties 配置类

This commit is contained in:
疯狂的狮子li
2021-05-17 13:39:59 +08:00
parent 89fa1dff09
commit 2ebcffb22e
13 changed files with 270 additions and 183 deletions

View File

@ -15,13 +15,13 @@ ruoyi:
captcha:
# 验证码类型 math 数组计算 char 字符验证
captchaType: math
type: math
# line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
captchaCategory: circle
category: circle
# 数字验证码位数
captchaNumberLength: 1
numberLength: 1
# 字符验证码长度
captchaCharLength: 4
charLength: 4
# 开发环境配置
server:
@ -187,8 +187,6 @@ mybatis-plus:
swagger:
# 是否开启swagger
enabled: true
# 请求前缀
pathMapping: /dev-api
# 标题
title: '标题RuoYi-Vue-Plus后台管理系统_接口文档'
# 描述
@ -206,7 +204,7 @@ xss:
urlPatterns: /system/*,/monitor/*,/tool/*
# 全局线程池相关配置
threadPoolConfig:
thread-pool:
# 是否开启线程池
enabled: false
# 核心线程池大小