shp파일 a 링크로 다운로드할때 이력 저장 변경

This commit is contained in:
2026-02-26 15:25:10 +09:00
parent 2188d426d4
commit eccdfb17e6
13 changed files with 102 additions and 44 deletions

View File

@@ -0,0 +1,10 @@
package com.kamco.cd.kamcoback.inference;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequiredArgsConstructor
@RequestMapping("/api/inference/manual")
public class InferenceManualApiController {}