From 6c321434d8f0bc78ae86640653eccbf4cfc2c1d3 Mon Sep 17 00:00:00 2001 From: rain <167982779@qq.com> Date: Tue, 11 Jun 2024 09:10:13 +0800 Subject: [PATCH] SM3加密,媒体文件存储 --- src/main/resources/application-dev.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index a83df86..2578bd0 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -114,4 +114,7 @@ db: sqlite: - resource: DB/resource_db.db \ No newline at end of file + resource: DB/resource_db.db + result: DB/result_db.db + resultSave: src/main/resources/tmp + resourceSave: src/main/resources/tmp \ No newline at end of file -- Gitblit v1.9.3