From f7a5ccc42485d7b2eac21dffd85f0b8961ea7c82 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Thu, 29 Aug 2024 12:51:20 +0800
Subject: [PATCH] 1、新增给前端获取id的接口

---
 dyh-service/dyh-sys/src/main/resources/config/application-dev.yml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml b/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
index 5465a0e..89abc93 100644
--- a/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
+++ b/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
@@ -93,4 +93,17 @@
     servlet:
       context-path: /
     ssl:
-      enabled: false
\ No newline at end of file
+      enabled: false
+
+#ftp服务配置
+ftp:
+  #服务器ip地址
+  hostname: 120.79.193.119
+  #端口
+  port: 21
+  #用户名
+  username: hugeinfo
+  #密码
+  password: hugeinfo123
+  #附件存储根目录
+  rootdir: /home/ftp/gzdyh
\ No newline at end of file

--
Gitblit v1.8.0