충전중 데이터 api 받아오는 시간 변경
This commit is contained in:
@@ -28,7 +28,7 @@ public class RechgingListService extends BaseService<RechgingList, Long, Rechgin
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Transactional
|
@Transactional
|
||||||
@Scheduled(cron = "0 0 0 * * *")
|
@Scheduled(cron = "0 0/15 * * * *")
|
||||||
public void getRechgingList() {
|
public void getRechgingList() {
|
||||||
ApiResponse<List<RechgingListDto>> response = apiClient.fetchRechgingList();
|
ApiResponse<List<RechgingListDto>> response = apiClient.fetchRechgingList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user