Compare commits
1
Commits
055a2bed6d
...
jaeeun
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ac3011085 |
@@ -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