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; } }