spotless 적용 #42

Merged
teddy merged 1 commits from feat/infer_dev_260107 into develop 2026-02-02 17:17:46 +09:00
2 changed files with 64 additions and 68 deletions

View File

@@ -54,9 +54,7 @@ public class GukYuinApiLabelJobService {
return "local".equalsIgnoreCase(profile); return "local".equalsIgnoreCase(profile);
} }
/** /** 어제 라벨링 검수 완료된 것 -> 국유인에 전송 */
* 어제 라벨링 검수 완료된 것 -> 국유인에 전송
*/
@Scheduled(cron = "0 0 1 * * *") @Scheduled(cron = "0 0 1 * * *")
public void findLabelingCompleteSend() { public void findLabelingCompleteSend() {
if (isLocalProfile()) { if (isLocalProfile()) {

View File

@@ -56,9 +56,7 @@ public class GukYuinApiStbltJobService {
return "local".equalsIgnoreCase(profile); return "local".equalsIgnoreCase(profile);
} }
/** /** 국유인 연동 후, 100% 되었는지 확인하는 스케줄링 매 10분마다 호출 */
* 국유인 연동 후, 100% 되었는지 확인하는 스케줄링 매 10분마다 호출
*/
@Scheduled(cron = "0 0/10 * * * *") @Scheduled(cron = "0 0/10 * * * *")
public void findGukYuinMastCompleteYn() { public void findGukYuinMastCompleteYn() {
if (isLocalProfile()) { if (isLocalProfile()) {