From 64d3e9657fb45b6415b19e23f483d46a82efe939 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 06 三月 2023 13:56:42 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/config/PropertiesConfig.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java index 8c59e4a..e24cf98 100644 --- a/src/main/java/com/lf/server/config/PropertiesConfig.java +++ b/src/main/java/com/lf/server/config/PropertiesConfig.java @@ -34,6 +34,9 @@ @Value("${sys.path.publish3dml}") private String publish3dmlPath; + @Value("${sys.tile_path}") + private String tilePath; + public String getDownloadPath() { return downloadPath; } @@ -65,4 +68,8 @@ public String getPublish3dmlPath() { return publish3dmlPath; } + + public String getTilePath() { + return tilePath; + } } -- Gitblit v1.9.3