From 7012f70a060e39f041cd6f34c1f0eaefc51bd7ef Mon Sep 17 00:00:00 2001 From: wangwh <2397901735@qq.com> Date: Sat, 31 Aug 2024 11:20:47 +0800 Subject: [PATCH] 新增公共附件实体类 --- dyh-service/dyh-sys/src/main/resources/config/application.yml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/dyh-service/dyh-sys/src/main/resources/config/application.yml b/dyh-service/dyh-sys/src/main/resources/config/application.yml index 1f89e91..a05e20b 100644 --- a/dyh-service/dyh-sys/src/main/resources/config/application.yml +++ b/dyh-service/dyh-sys/src/main/resources/config/application.yml @@ -60,4 +60,13 @@ logic-delete-value: 1 #字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql update-strategy: IGNORED - mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml \ No newline at end of file + mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml + +#附件配置 +file: + #存储方式 + store-way: ftp + #查看地址 + show-path: /api/fileInfo/show + #下载地址 + down-path: /api/fileInfo/down \ No newline at end of file -- Gitblit v1.8.0