|
@@ -3,7 +3,7 @@ spring:
|
|
name: yudao-server
|
|
name: yudao-server
|
|
|
|
|
|
profiles:
|
|
profiles:
|
|
- active: local
|
|
|
|
|
|
+ active: dev
|
|
|
|
|
|
main:
|
|
main:
|
|
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
|
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
|
@@ -107,7 +107,7 @@ aj:
|
|
cache-number: 1000 # local 缓存的阈值,达到这个值,清除缓存
|
|
cache-number: 1000 # local 缓存的阈值,达到这个值,清除缓存
|
|
timing-clear: 180 # local定时清除过期缓存(单位秒),设置为0代表不执行
|
|
timing-clear: 180 # local定时清除过期缓存(单位秒),设置为0代表不执行
|
|
type: blockPuzzle # 验证码类型 default两种都实例化。 blockPuzzle 滑块拼图 clickWord 文字点选
|
|
type: blockPuzzle # 验证码类型 default两种都实例化。 blockPuzzle 滑块拼图 clickWord 文字点选
|
|
- water-mark: 芋道源码 # 右下角水印文字(我的水印),可使用 https://tool.chinaz.com/tools/unicode.aspx 中文转 Unicode,Linux 可能需要转 unicode
|
|
|
|
|
|
+ water-mark: gyee # 右下角水印文字(我的水印),可使用 https://tool.chinaz.com/tools/unicode.aspx 中文转 Unicode,Linux 可能需要转 unicode
|
|
interference-options: 0 # 滑动干扰项(0/1/2)
|
|
interference-options: 0 # 滑动干扰项(0/1/2)
|
|
req-frequency-limit-enable: false # 接口请求次数一分钟限制是否开启 true|false
|
|
req-frequency-limit-enable: false # 接口请求次数一分钟限制是否开启 true|false
|
|
req-get-lock-limit: 5 # 验证失败 5 次,get接口锁定
|
|
req-get-lock-limit: 5 # 验证失败 5 次,get接口锁定
|
|
@@ -168,21 +168,21 @@ yudao:
|
|
topic: ${spring.application.name}-websocket # 消息发送的 Kafka Topic
|
|
topic: ${spring.application.name}-websocket # 消息发送的 Kafka Topic
|
|
consumer-group: ${spring.application.name}-websocket-consumer # 消息发送的 Kafka Consumer Group
|
|
consumer-group: ${spring.application.name}-websocket-consumer # 消息发送的 Kafka Consumer Group
|
|
swagger:
|
|
swagger:
|
|
- title: 芋道快速开发平台
|
|
|
|
|
|
+ title: GYEE快速开发平台
|
|
description: 提供管理后台、用户 App 的所有功能
|
|
description: 提供管理后台、用户 App 的所有功能
|
|
version: ${yudao.info.version}
|
|
version: ${yudao.info.version}
|
|
url: ${yudao.web.admin-ui.url}
|
|
url: ${yudao.web.admin-ui.url}
|
|
- email: xingyu4j@vip.qq.com
|
|
|
|
|
|
+ email: office@gyee-china.com
|
|
license: MIT
|
|
license: MIT
|
|
license-url: https://gitee.com/zhijiantianya/ruoyi-vue-pro/blob/master/LICENSE
|
|
license-url: https://gitee.com/zhijiantianya/ruoyi-vue-pro/blob/master/LICENSE
|
|
captcha:
|
|
captcha:
|
|
- enable: true # 验证码的开关,默认为 true
|
|
|
|
|
|
+ enable: false # 验证码的开关,默认为 true
|
|
codegen:
|
|
codegen:
|
|
base-package: ${yudao.info.base-package}
|
|
base-package: ${yudao.info.base-package}
|
|
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
|
|
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
|
|
front-type: 10 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
|
front-type: 10 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
|
tenant: # 多租户相关配置项
|
|
tenant: # 多租户相关配置项
|
|
- enable: true
|
|
|
|
|
|
+ enable: false #我先给注释了吧
|
|
ignore-urls:
|
|
ignore-urls:
|
|
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
|
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
|
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
|
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
|
@@ -261,4 +261,4 @@ debug: false
|
|
# 积木报表配置
|
|
# 积木报表配置
|
|
jeecg:
|
|
jeecg:
|
|
jmreport:
|
|
jmreport:
|
|
- saas-mode: tenant
|
|
|
|
|
|
+ saas-mode: tenant
|