配置提交

This commit is contained in:
xiezhijun 2021-03-04 20:52:06 +08:00
parent 2a7c499b24
commit 7672f44404
3 changed files with 33 additions and 1 deletions
stdiet-admin/src/main/filters

@ -172,3 +172,13 @@ xss:
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
#阿里云OSS配置
aliyun:
oss:
AccessKeyID: LTAI4GEGbBEiqv1Z512K4qWn
AccessKeySecret: fT7eIhejMwMy5tFooCF0puLkurH64j
Buckets: stdiet
EndPoint: https://oss-cn-shenzhen.aliyuncs.com
#案例文件夹路径
casePrefix: case/

@ -9,7 +9,8 @@ stdiet:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: /Users/wonder/Documents/Workspaces/java/ShengtangManage/running/uploadPath
#profile: /Users/wonder/Documents/Workspaces/java/ShengtangManage/running/uploadPath
profile: D:/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证
@ -172,3 +173,14 @@ xss:
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
#阿里云OSS配置
aliyun:
oss:
AccessKeyID: LTAI4GEGbBEiqv1Z512K4qWn
AccessKeySecret: fT7eIhejMwMy5tFooCF0puLkurH64j
Buckets: stdiet
EndPoint: https://oss-cn-shenzhen.aliyuncs.com
#案例文件夹路径
casePrefix: case/

@ -172,3 +172,13 @@ xss:
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
#阿里云OSS配置
aliyun:
oss:
AccessKeyID: LTAI4GEGbBEiqv1Z512K4qWn
AccessKeySecret: fT7eIhejMwMy5tFooCF0puLkurH64j
Buckets: stdiet
EndPoint: https://oss-cn-shenzhen.aliyuncs.com
#案例文件夹路径
casePrefix: case/