stblt-check 수정

This commit is contained in:
2026-03-03 15:59:45 +09:00
parent 14465115a2
commit c4924bbba6
18 changed files with 8 additions and 408 deletions

View File

@@ -47,7 +47,7 @@ public class GukYuinApiService {
private final ObjectMapper objectMapper;
private final String myip = netUtils.getLocalIP();
@Value("${spring.profiles.active:local}")
@Value("${spring.profiles.active}")
private String profile;
@Value("${gukyuin.url}")
@@ -56,9 +56,6 @@ public class GukYuinApiService {
@Value("${gukyuin.cdi}")
private String gukyuinCdiUrl;
@Value("${file.dataset-dir}")
private String datasetDir;
@Transactional
public ChngDetectMastDto.RegistResDto regist(ChnDetectMastReqDto chnDetectMastReq) {