spotless 적용

This commit is contained in:
2026-02-02 17:17:29 +09:00
parent cf4f79f7ca
commit d563f47abd
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()) {