This commit is contained in:
2025-04-05 13:21:41 +08:00
parent 36f1242e79
commit 67dca0d4d4
15 changed files with 579 additions and 13 deletions

View File

@ -158,11 +158,16 @@ storage:
prefix: "user-video/"
url: "https://wsaiphoto.obs-cq.cucloud.cn"
region: "obs-cq"
#阿里云人脸检测
aliFace:
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
region: "cn-shanghai"
#人脸检测
facebody:
default-use: "zt"
configs:
- name: "zt"
type: ALI
config:
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
region: "cn-shanghai"
notify:
defaultUse: ""

View File

@ -34,15 +34,16 @@ spring:
port: 6379
# 密码过于复杂需要使用''引起来,要不可能导致项目无法启动,因为无法识别特殊字符
password: ''
timeout: 1000
timeout: 2000
# 配置用户头像存放静态资源文件夹
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
# 配置请求文件大小
servlet:
multipart:
max-file-size: 500MB
max-request-size: 500MB
web:
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
# MyBatis
mybatis-plus:
@ -160,11 +161,16 @@ storage:
url: "https://wsaiphoto.obs-cq.cucloud.cn"
region: "obs-cq"
#阿里云人脸检测
aliFace:
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
region: "cn-shanghai"
#人脸检测
facebody:
default-use: "zt"
configs:
- name: "zt"
type: ALI
config:
accessKeyId: "LTAI5tMwrmxVcUEKoH5QzLHx"
accessKeySecret: "ZCIP8aKx1jwX1wkeYIPQEDZ8fPtN1c"
region: "cn-shanghai"
# 通知到人
notify: