日志打印时间优化,位置更新接口日志优化
This commit is contained in:
parent
aa67ba22fb
commit
d5936457d5
@ -114,4 +114,4 @@ management:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
@ -48,4 +48,4 @@ management:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
@ -187,6 +187,7 @@ public class EbikeBikeInfoController {
|
|||||||
}else {
|
}else {
|
||||||
bikeInfo.setLocation(new PGpoint(longitude,latitude));
|
bikeInfo.setLocation(new PGpoint(longitude,latitude));
|
||||||
ebikeBikeInfoService.updateById(bikeInfo);
|
ebikeBikeInfoService.updateById(bikeInfo);
|
||||||
|
log.info("更新车辆位置成功,SN={}", ecuSn);
|
||||||
}
|
}
|
||||||
return JsonResult.success();
|
return JsonResult.success();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -113,7 +113,7 @@ minio:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
|
|
||||||
geo-coding:
|
geo-coding:
|
||||||
api-url: https://restapi.amap.com/v3/geocode
|
api-url: https://restapi.amap.com/v3/geocode
|
||||||
|
|||||||
@ -93,4 +93,4 @@ management:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
@ -59,4 +59,4 @@ management:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
@ -89,6 +89,6 @@ management:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -91,5 +91,5 @@ minio:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
pattern:
|
pattern:
|
||||||
dateformat: yyyy-MM-dd HH:mm:ss
|
dateformat: yyyy-MM-dd HH:mm:ss.SSS # 包含毫秒
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user