更改pom文件引用

This commit is contained in:
wangmingwei
2026-05-20 17:09:04 +08:00
parent 81ebc6a772
commit d87f5958ce
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ spring:
name: yunzhupaas-boot
profiles:
# 指定环境配置 dev(开发环境-默认)、test(测试环境)、preview(预生产)、prod(生产环境)
active: test
active: prod
servlet:
multipart: #文件传输配置
max-file-size: 100MB #单个数据大小限制
@@ -60,7 +60,7 @@ config:
AllowPreviewFileType: doc,docx,xls,xlsx,ppt,pptx,pdf,jpg,gif,png,bmp,jpeg #允许预览文件类型
PreviewType: kkfile #文件预览方式 1.yozo 2.kkfile默认使用kkfile
kkFileUrl: http://127.0.0.1:30090/FileServer/ #kkfile文件预览服务地址
ApiDomain: http://127.0.0.1:30000 #后端域名(文档预览中使用)
ApiDomain: http://127.0.0.1:40001 #后端域名(文档预览中使用)
FrontDomain: http://127.0.0.1:3100 #前端域名(文档预览中使用)
AppDomain: http://127.0.0.1:8080 #app/h5端域名配置(文档预览中使用)
FlowDomain: http://127.0.0.1:31000 #流程引擎接口地址