月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-11 fee67ca8a0760315047a52fc4101a8f4f80b7a7f
src/main/java/com/moon/server/config/PropertiesConfig.java
@@ -3,12 +3,8 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
/**
 * 属性配置类
 * @author WWW
 */
@Configuration
@SuppressWarnings("AlibabaCommentsMustBeJavadocFormat")
@SuppressWarnings("ALL")
public class PropertiesConfig {
    @Value("${sys.path.download}")
    private String downloadPath;
@@ -51,4 +47,8 @@
    public String getTilePath() {
        return tilePath;
    }
    public String getLfData() {
        return tilePath.replace("2d\\tiles", "");
    }
}