13693261870
2024-07-16 577701a313e21448467558b0a507bb7196415674
src/main/java/com/se/simu/service/WaterService.java
@@ -1,6 +1,7 @@
package com.se.simu.service;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
/**
@@ -12,4 +13,14 @@
@Slf4j
@Service
public class WaterService {
    @Value("${sys.path.gdal}")
    String gdalPath;
    @Value("${sys.path.data}")
    String dataPath;
    public Object getLayer(String serviceName) {
        return null;
    }
}