From f6495f2ba590b219865362a0350e1d34e5ad97c9 Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Tue, 08 Oct 2024 14:58:08 +0800
Subject: [PATCH] 1、更换开发数据库

---
 dyh-service/dyh-sys/src/main/resources/config/application.yml |   13 ++-----------
 1 files changed, 2 insertions(+), 11 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 a05e20b..da9534c 100644
--- a/dyh-service/dyh-sys/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-sys/src/main/resources/config/application.yml
@@ -3,7 +3,7 @@
   profiles:
     active:
       - dev
-  #      - test
+#        - test
   #      - prod
 
   devtools:
@@ -60,13 +60,4 @@
         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
-
-#附件配置
-file:
-  #存储方式
-  store-way: ftp
-  #查看地址
-  show-path: /api/fileInfo/show
-  #下载地址
-  down-path: /api/fileInfo/down
\ No newline at end of file
+  mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml
\ No newline at end of file

--
Gitblit v1.8.0