opt:1.新增国际化准备工作。

This commit is contained in:
2026-02-04 09:37:08 +08:00
parent 67653cc200
commit 6c9c1c95e4
24 changed files with 474 additions and 108 deletions

View File

@@ -46,7 +46,7 @@ public class VehicleServiceImpl implements VehicleService {
/**
* 定时更新车辆信息(每秒执行)
*/
@Scheduled(fixedRate = 7000) // 每秒执行一次
@Scheduled(fixedRate = 1000) // 每秒执行一次
public void updateVehicleInfo() {
try {
List<VehicleInfoDto> vehicles = getAllVehicles();