Commit 2fe2f9d5 authored by 赵啸非's avatar 赵啸非

添加服务检测拉起脚本

parent 0fb45c7f
......@@ -74,17 +74,14 @@ public class AccessLogEntity extends AccessLogVo {
/**
* 日志产生时间
*/
@JsonDeserialize(using = CustomJsonDateDeserializer.class)
private Date logTime;
/**
* 请求时间
*/
@JsonDeserialize(using = CustomJsonDateDeserializer.class)
private Date requestTime;
/**
* 响应时间
*/
@JsonDeserialize(using = CustomJsonDateDeserializer.class)
private Date responseTime;
/**
* 持续时间,单位毫秒
......
......@@ -58,7 +58,6 @@ public class BizLogEntity extends BizLogVo {
/**
* 日志产生时间
*/
@JsonDeserialize(using = CustomJsonDateDeserializer.class)
private Date logTime;
......
......@@ -86,7 +86,6 @@ public class ErrorLogEntity extends ErrorLogVo {
/**
* 日志时间
*/
@JsonDeserialize(using = CustomJsonDateDeserializer.class)
private Date logTime;
......
......@@ -38,7 +38,7 @@ Content-Type: application/json
"requestUrl":"r40qzm",
"content":"5x7eyb",
"ip":"h6wkk2",
"logDate":"2023-05-01 16:25:12",
"logDate":1684201939422,
"operType":"1"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment