From bb3652e04f5a66172d0a6cd6ec2535b82e7ca2ed Mon Sep 17 00:00:00 2001 From: rain <167982779@qq.com> Date: Tue, 04 Jun 2024 17:19:51 +0800 Subject: [PATCH] 修改航线查询、添加方法,图斑查询方法。 --- 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