From 74d0031c16c468fa82208dbcdde4fa3766a58eeb Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Thu, 09 May 2024 16:30:55 +0800
Subject: [PATCH] 完成成果数据入库(DB)方式,修改DB文件上传接口。

---
 src/main/resources/application-dev.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index a83df86..5b1e2b4 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -114,4 +114,5 @@
 
 db:
   sqlite:
-    resource: DB/resource_db.db
\ No newline at end of file
+    resource: DB/resource_db.db
+    result: DB/result_db.db
\ No newline at end of file

--
Gitblit v1.9.3