GwMetric 테이블 변경
This commit is contained in:
@@ -58,6 +58,11 @@ public class ObpGwMetric {
|
|||||||
@Comment("URI")
|
@Comment("URI")
|
||||||
private String uri;
|
private String uri;
|
||||||
|
|
||||||
|
// HTTP 메서드 (GET, POST, PUT, DELETE 등)
|
||||||
|
@Column(length = 10, name = "method")
|
||||||
|
@Comment("HTTP 메서드 (GET, POST, PUT, DELETE 등)")
|
||||||
|
private String method;
|
||||||
|
|
||||||
// json : attemptedCount
|
// json : attemptedCount
|
||||||
@Column(name = "attempted_count")
|
@Column(name = "attempted_count")
|
||||||
@Comment("시도 횟수")
|
@Comment("시도 횟수")
|
||||||
|
|||||||
Reference in New Issue
Block a user