미사용 컨트롤러 삭제
This commit is contained in:
@@ -12,12 +12,12 @@ import lombok.RequiredArgsConstructor;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.data.domain.PageRequest;
|
import org.springframework.data.domain.PageRequest;
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.PathVariable;
|
||||||
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
|
||||||
/** GeoJSON 데이터 조회 및 테스트용 API 컨트롤러 */
|
/** GeoJSON 데이터 조회 및 테스트용 API 컨트롤러 */
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
|
||||||
@RequestMapping("/api/geojson/data")
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class GeoJsonDataController {
|
public class GeoJsonDataController {
|
||||||
|
|
||||||
|
|||||||
@@ -7,12 +7,13 @@ import java.util.Map;
|
|||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
|
||||||
/** GeoJSON 파일 모니터링 및 처리 API 컨트롤러 */
|
/** GeoJSON 파일 모니터링 및 처리 API 컨트롤러 */
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
|
||||||
@RequestMapping("/api/geojson")
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class GeoJsonMonitorController {
|
public class GeoJsonMonitorController {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user