From a55fb5ff1c9901568e618df44e67912961a0d705 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 18 三月 2023 20:17:12 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/config/PropertiesConfig.java |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java
index e24cf98..4d53702 100644
--- a/src/main/java/com/lf/server/config/PropertiesConfig.java
+++ b/src/main/java/com/lf/server/config/PropertiesConfig.java
@@ -28,12 +28,6 @@
     // @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}")
     private String tilePath;
 
@@ -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