From 2cdae0f5f7d7d2db4ff07be0c3e97a10eb3722d3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 18 三月 2023 14:57:00 +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