From 71726a1cb05790d6841595ef7daef5173f2cddfa Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 29 三月 2023 09:43:11 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/config/PropertiesConfig.java | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java index b2a51a9..4d53702 100644 --- a/src/main/java/com/lf/server/config/PropertiesConfig.java +++ b/src/main/java/com/lf/server/config/PropertiesConfig.java @@ -28,13 +28,7 @@ // @Value("${spring.datasource.druid.stat-view-servlet.login-password}") private String druidPwd; - @Value("${sys.path.publishMpt}") - private String publishMptPath; - - @Value("${sys.path.publish3dml}") - private String publish3dmlPath; - - @Value("{sys.tile_path}") + @Value("${sys.tile_path}") private String tilePath; public String getDownloadPath() { @@ -59,14 +53,6 @@ public String getDruidPwd() { return druidPwd; - } - - public String getPublishMptPath() { - return publishMptPath; - } - - public String getPublish3dmlPath() { - return publish3dmlPath; } public String getTilePath() { -- Gitblit v1.9.3