reactor:优化日志格式,解决 FILE 里存在 highlight、cyan高亮

reactor:弱化对 skywalking 依赖,可按需引入,更灵活
This commit is contained in:
YunaiV
2025-07-26 12:45:41 +08:00
parent 28965b9bbf
commit 529c570bbd
4 changed files with 56 additions and 68 deletions

View File

@@ -59,7 +59,6 @@ public class Kd100ExpressQueryRespDTO {
/**
* 轨迹发生时间
*/
@JsonProperty("time")
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND, timezone = TIME_ZONE_DEFAULT)
@JsonDeserialize(using = LocalDateTimeDeserializer.class)
private LocalDateTime time;